We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8576359 commit b160f5fCopy full SHA for b160f5f
.github/workflows/test.yml
@@ -10,21 +10,21 @@ jobs:
10
build: # make sure build/ci work properly
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- run: |
15
npm install
16
17
npm run all
18
test:
19
20
21
22
- run: npm ci
23
- run: npm test
24
smoketest: # make sure the action works on a clean machine without building
25
26
27
28
- uses: ./
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments