-
Notifications
You must be signed in to change notification settings - Fork 19
121 lines (116 loc) · 3.75 KB
/
alphanet_openzeppelin_test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: gw_alphanet_openzeppelin_test
on:
schedule:
- cron: '50 20 * * *' # every day
jobs:
contract-tests:
runs-on: ubuntu-latest
if: github.repository == 'godwokenrises/godwoken-tests'
steps:
- uses: actions/checkout@v4
with:
ref: compatibility-godwoken
repository: gpBlockchain/openzeppelin-contracts
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
- name: Node Cache
uses: actions/cache@v3
id: npm-and-yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
~/.npm
key: ${{ runner.os }}-node_modules-${{ hashFiles('/home/runner/work/**/package-lock.json', '/home/runner/work/**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
- name: Run Prepare Account
id: runtest
run: |
npm install
bash try.sh npm run test:init
- name: Run Pipeline 5-2
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-2
- name: Run Pipeline 5-1
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-1
- name: Run Pipeline 5-3
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-3
- name: Run Pipeline 5-4
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-4
- name: Run Pipeline 5-5
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-5
- name: Run Pipeline 5-6
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-6
- name: Run Pipeline 5-7
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-7
- name: Run Pipeline 5-8
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-8
- name: Run Pipeline 5-9
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-9
- name: Run Pipeline 5-10
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-10
- name: Run Pipeline 5-11
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-11
- name: Run Pipeline 5-12
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-12
- name: Run Pipeline 5-13
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-13
- name: Run Pipeline 5-14
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-14
- name: Run Pipeline 5-15
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-15
- name: Run Pipeline 5-16
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-16
- name: Run Pipeline 5-17
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-17
- name: Run Pipeline 5-18
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-18
- name: Run Pipeline 5-19
if: success() || failure()
run: |
bash try.sh npm run test:pipeline5-19
- name: Publish reports
if: always()
uses: actions/upload-artifact@v4
with:
name: jfoa-build-reports-${{ runner.os }}
path: mochawesome-report/