Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Mar 1, 2024
1 parent 350e3ee commit caef158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
concurrency:
group: rs-tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install and test modules
run: |
cd ./contract-rs
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ jobs:
platform: [ubuntu-latest, macos-latest]
node-version: [18, 20]
runs-on: ${{ matrix.platform }}
concurrency:
group: ts-tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install and test modules
Expand Down

0 comments on commit caef158

Please sign in to comment.