Skip to content

Commit 3b86473

Browse files
author
Adam Waldron
committed
test: remove skip
1 parent 5e00808 commit 3b86473

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,7 @@ name: ci
33
on: [push, pull_request]
44

55
jobs:
6-
should-skip:
7-
continue-on-error: true
8-
runs-on: ubuntu-latest
9-
# Map a step output to a job output
10-
outputs:
11-
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
12-
steps:
13-
- id: skip-check
14-
uses: fkirc/[email protected]
15-
with:
16-
github_token: ${{github.token}}
17-
186
ci:
19-
needs: should-skip
20-
if: ${{needs.should-skip.outputs.should-skip-job == 'true'}}
217
strategy:
228
fail-fast: false
239
matrix:
@@ -31,7 +17,7 @@ jobs:
3117
uses: actions/checkout@v2
3218

3319
- name: Cache dependencies
34-
uses: actions/cache@v2
20+
uses: actions/cache@v3
3521
with:
3622
path: |
3723
~/.npm
@@ -72,6 +58,6 @@ jobs:
7258
run: npm i --prefer-offline --no-audit
7359

7460
- name: run npm test
75-
uses: GabrielBB/xvfb-action@v1
61+
uses: coactions/setup-xvfb@v1
7662
with:
7763
run: npm run test

0 commit comments

Comments
 (0)