Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 27, 2024
1 parent 111cdd3 commit e6b2640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
DFX_VERSION: 0.22.0
IC_REPL_VERSION: 0.7.4
DFX_VERSION: 0.23.0
IC_REPL_VERSION: 0.7.5
steps:
- uses: actions/checkout@v4
- name: Install dfx
Expand All @@ -29,7 +29,7 @@ jobs:
dfx start --background
- name: Test
run: |
ic-repl tests/deployable.ic-repl.sh
ic-repl tests/deployable.ic-repl.sh -v
- name: stop dfx
run: |
echo "dfx stop"
Expand Down

0 comments on commit e6b2640

Please sign in to comment.