Commit 7294173 authored Dec 5, 2022 Verified
1 parent 776c7b6 commit 7294173 Copy full SHA for 7294173
File tree 1 file changed +43
-18
lines changed
1 file changed +43
-18
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout 🛎
8
- uses : actions/checkout@v1
8
+ uses : actions/checkout@v3
9
9
10
10
- name : NPM install
11
11
uses : bahmutov/npm-install@v1
12
12
13
13
- name : Run tests 🧪
14
14
run : npm test
15
15
16
- - name : Run demos 📊
17
- run : |
18
- npm run demo
19
- npm run demo2
20
- npm run demo3
21
- npm run demo4
22
- npm run demo5
23
- npm run demo6
24
- npm run demo7
25
- # hmm why are some demos skipped?
26
- npm run demo11
27
- npm run demo12
28
- START_SERVER_AND_TEST_INSECURE=1 npm run demo9
29
- npm run demo-cross-env
30
- npm run demo-commands
31
- npm run demo-multiple
16
+ - name : Run demo 1 📊
17
+ run : npm run demo
18
+
19
+ - name : Run demo 2 📊
20
+ run : npm run demo2
21
+
22
+ - name : Run demo 3 📊
23
+ run : npm run demo3
24
+
25
+ - name : Run demo 4 📊
26
+ run : npm run demo4
27
+
28
+ - name : Run demo 5 📊
29
+ run : npm run demo5
30
+
31
+ - name : Run demo 6 📊
32
+ run : npm run demo6
33
+
34
+ - name : Run demo 7 📊
35
+ run : npm run demo7
36
+
37
+ # hmm why are some demos skipped?
38
+
39
+ - name : Run demo 11 📊
40
+ run : npm run demo11
41
+
42
+ - name : Run demo 12 📊
43
+ run : npm run demo12
44
+
45
+ - name : Run demo 9 📊
46
+ run : START_SERVER_AND_TEST_INSECURE=1 npm run demo9
47
+
48
+ - name : Run demo cross env 📊
49
+ run : npm run demo-cross-env
50
+
51
+ - name : Run demo commands 📊
52
+ run : npm run demo-commands
53
+
54
+ - name : Run demo multiple 📊
55
+ run : npm run demo-multiple
32
56
33
57
- name : Semantic Release 🚀
34
- uses : cycjimmy/semantic-release-action@v2
58
+ if : github.ref == 'refs/heads/master'
59
+ uses : cycjimmy/semantic-release-action@v3
35
60
env :
36
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
62
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments