Skip to content

Commit 9103e9c

Browse files
committed
Remove outdated actions and replace where possible
1 parent 0425606 commit 9103e9c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/typescript-napi-ci.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
node-version: ${{ matrix.node_version }}
4747
cache: yarn
4848
architecture: ${{ matrix.system.arch }}
49-
- uses: actions-rs/toolchain@v1
49+
- uses: IronCoreLabs/rust-toolchain@v1
5050
with:
5151
profile: minimal
5252
toolchain: ${{ matrix.rust_version }}
@@ -57,15 +57,6 @@ jobs:
5757
run: yarn run compile
5858
- name: Run tests
5959
run: yarn run test
60-
- name: Check test coverage
61-
if: ${{ contains(matrix.system.os, 'ubuntu') && matrix.node_version == '16'
62-
&& matrix.rust_version == 'stable' && github.base_ref != '' }}
63-
uses: anuraag016/[email protected]
64-
with:
65-
fullCoverageDiff: false
66-
delta: 0.2
67-
afterSwitchCommand: yarn install --ignore-scripts && yarn run compile
68-
accessToken: ${{ secrets.WORKFLOW_PAT }}
6960

7061
test-docker:
7162
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)