Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenVoich committed Sep 13, 2024
1 parent e97f80b commit 52ea003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: [[email protected]-pre.0, ./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 @@ -13,7 +13,7 @@ jobs:
max-parallel: 3
fail-fast: false
matrix:
mops-version: [./cli/dist, [email protected]-pre.0, "https://cli.mops.one/versions/latest.tgz"]
mops-version: [./cli/dist, [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
2 changes: 1 addition & 1 deletion .github/workflows/setup-mops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ZenVoich/setup-mops@v1
with:
mops-version: 1.0.0-pre.0
mops-version: 1.0.0

- name: Run tests
run: mops test

0 comments on commit 52ea003

Please sign in to comment.