Skip to content

Commit

Permalink
ci(smoke-test): Update on switching to just
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Sep 27, 2023
1 parent 2193218 commit 731e349
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
accept-flake-config = true
- name: Update the flake inputs for the test
run: nix flake update --override-input twist $PWD/..
run: |
nix develop -c just ci-update
working-directory: test

- name: Check the precondition
working-directory: test
run: |
make clean
nix develop -c just purge-lock
[[ ! -f lock/flake.nix ]]
[[ ! -f lock/flake.lock ]]
[[ ! -f lock/archive.lock ]]
Expand Down

0 comments on commit 731e349

Please sign in to comment.