Skip to content

Commit

Permalink
ci: use local devenv explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 20, 2024
1 parent 5fbd554 commit eb4d3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
nix build
echo "$PWD/result/bin" >> $GITHUB_PATH
- name: Run devenv-test-cli
run: devenv shell devenv-test-cli
run: ./result/bin/devenv shell devenv-test-cli
- name: Run tests
run: devenv-run-tests tests
run: ./result/bin/devenv-run-tests tests

pin:
needs: build
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
nix build
echo "$PWD/result/bin" >> $GITHUB_PATH
- name: Run examples
run: devenv-run-tests --only ${{ matrix.example }} examples
run: ./result/bin/devenv-run-tests --only ${{ matrix.example }} examples

direnv:
name: direnv (${{ join(matrix.os) }})
Expand Down

0 comments on commit eb4d3c2

Please sign in to comment.