File tree Expand file tree Collapse file tree 4 files changed +27646
-19219
lines changed Expand file tree Collapse file tree 4 files changed +27646
-19219
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
build_and_test_action : # make sure build/ci work properly
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v1
13
+ - uses : actions/checkout@v3
14
14
- run : |
15
15
npm install
16
16
npm run all
17
17
18
18
test_demo_app : # run the demo app's unit tests
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v1
21
+ - uses : actions/checkout@v3
22
22
- run : |
23
23
npm install
24
24
npm run test:ci
27
27
test_action_and_deploy_demo : # make sure the action works on a clean machine without building
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v1
30
+ - uses : actions/checkout@v3
31
31
- name : ' Deploy demo app using action'
32
32
uses : ./
33
33
with :
You can’t perform that action at this time.
0 commit comments