Skip to content

Commit

Permalink
Check in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 21, 2024
1 parent fda97fd commit e77da79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,11 @@ jobs:
run: nix bundle .#holonix_lair_keystore

- name: Run Holochain
run: ./holochain --version
run: ./lair-keystore --version

- name: Build Lair Keystore
run: nix bundle .#holonix_holochain

- name: Run Holochain
run: ./holochain --version

0 comments on commit e77da79

Please sign in to comment.