We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8c4f0 commit 01010feCopy full SHA for 01010fe
.github/workflows/test.yml
@@ -10,15 +10,15 @@ jobs:
10
build_and_test_action: # make sure build/ci work properly
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
14
- run: |
15
npm install
16
npm run all
17
18
test_demo_app: # run the demo app's unit tests
19
20
21
22
23
24
npm run test:ci
@@ -27,7 +27,7 @@ jobs:
27
test_action_and_deploy_demo: # make sure the action works on a clean machine without building
28
29
30
31
- name: 'Deploy demo app using action'
32
uses: ./
33
with:
0 commit comments