File tree 5 files changed +8
-16
lines changed
5 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
- name : Build
1
+ name : 🚀 Build
2
2
3
3
on :
4
4
# Manual trigger build
Original file line number Diff line number Diff line change 1
- name : Release (prod)
1
+ name : ❗ Release (prod)
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
- name : Release (stage)
1
+ name : 📖 Release (stage)
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 26
26
fail-fast : false
27
27
matrix :
28
28
# Number of threads to run tests
29
- parallel : [0, 1, 2, 3]
30
- # parallel: [0]
29
+ # parallel: [0, 1, 2, 3]
30
+ parallel : [0]
31
31
32
32
steps :
33
33
- uses : actions/checkout@v4
56
56
name : linux-build
57
57
path : ./release
58
58
59
-
60
- # - run: node -v
61
-
62
- # - name: Install dependencies for root package.js
63
- # run: yarn install --frozen-lockfile
64
- # - run: yarn download:backend
65
- # - run: yarn package:prod
66
-
67
59
- name : Setup e2e tests
68
60
working-directory : ./tests/e2e
69
61
run : |
75
67
- name : Generate short list of the test files
76
68
working-directory : ./tests/e2e
77
69
run : |
78
- testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 4 == ${{ matrix.parallel }}")
70
+ testFiles=$(find dist -type f -name '*.e2e.js' | sort | awk "NR % 1 == ${{ matrix.parallel }}")
79
71
echo $testFiles
80
72
81
73
# Multi-Line value
Original file line number Diff line number Diff line change 1
- name : Tests
1
+ name : ✅ Tests
2
2
3
3
on :
4
4
push :
32
32
# needs: e2e-approve
33
33
secrets : inherit
34
34
35
- e2e-linux-tests :
35
+ e2e-linux-tests-test :
36
36
needs : build-linux
37
37
uses : ./.github/workflows/tests-e2e-linux.yml
38
38
secrets : inherit
You can’t perform that action at this time.
0 commit comments