Skip to content

Commit

Permalink
change from dfx deploy to npm run pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jan 5, 2025
1 parent e50bdbd commit b7e712c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
working-directory: ${{ matrix.test.path }}
run: dfx start --clean --background --host 127.0.0.1:8000 --artificial-delay 0

- name: Run dfx deploy
- name: npm run pretest
working-directory: ${{ matrix.test.path }}
run: dfx deploy
run: npm run pretest

- name: Create branch name
id: create-branch-name
Expand Down

0 comments on commit b7e712c

Please sign in to comment.