Skip to content

Commit

Permalink
Fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Nov 21, 2024
1 parent ce57dff commit d985845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build
run: |
cd $GITHUB_WORKSPACE
nix build
nix develop --accept-flake-config .#ci --command echo 'test'
testbuild:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build and test
run: |
cd $GITHUB_WORKSPACE
nix develop .#ci --command ./run_test.sh -t ${{ matrix.template }}
nix develop --accept-flake-config .#ci --command ./run_test.sh -t ${{ matrix.template }}
testbuild_by_scope:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -145,4 +145,4 @@ jobs:
- name: Build and test
run: |
cd $GITHUB_WORKSPACE
nix develop .#ci --command ./run_test.sh -s ${{ matrix.scope }}
nix develop --accept-flake-config .#ci --command ./run_test.sh -s ${{ matrix.scope }}

0 comments on commit d985845

Please sign in to comment.