Skip to content

Commit

Permalink
CI: use pre release CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Sep 25, 2024
1 parent 9cf8eab commit 19ad648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 1
matrix:
moc-version: [0.11.1]
mops-version: [ic-mops@1.0.0, ./cli/dist]
mops-version: [ic-mops@1.1.0-pre.0, ./cli/dist]
node-version: [20]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mops-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
max-parallel: 3
fail-fast: false
matrix:
mops-version: [./cli/dist, [email protected], "https://cli.mops.one/versions/latest.tgz"]
mops-version: [./cli/dist, [email protected], [email protected], "https://cli.mops.one/versions/latest.tgz"]
moc-version: [0.11.1]
node-version: [18, 20, 22]
runner: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 19ad648

Please sign in to comment.