Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Aug 30, 2024
1 parent b18cafb commit cfa434c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
max-parallel: 1
matrix:
moc-version: [0.11.1]
# mops-version: [./cli, ic-mops@latest, [email protected]]
mops-version: [[email protected], ./cli/dist]
mops-version: [[email protected], ./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 @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
mops-version: [./cli/dist, ic-mops@0.37.0, "https://cli.mops.one/versions/latest.tgz"]
mops-version: [./cli/dist, ic-mops@1.0.0-pre.0, "https://cli.mops.one/versions/latest.tgz"]
moc-version: [0.11.1]
node-version: [18, 21]
# runner: [ubuntu-latest, macos-latest]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/setup-mops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ZenVoich/setup-mops@v1
with:
mops-version: 1.0.0-pre.0

- name: Run tests
run: mops test

0 comments on commit cfa434c

Please sign in to comment.