Skip to content

Commit

Permalink
fix: workflow nix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlwn123 committed Oct 14, 2024
1 parent 1d10b15 commit f919954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ runs:
name: fedimint
authToken: ${{ inputs.cachix_auth_token }}
continue-on-error: true

- name: Run nix develop
run: nix develop
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run Tests
uses: nick-fields/retry@v3
with:
command: pnpm test
command: nix develop -c pnpm test
max_attempts: 3
timeout_seconds: 180

Expand Down

0 comments on commit f919954

Please sign in to comment.