File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 64
64
- name : ember exam
65
65
id : ember_exam
66
66
env :
67
- PERCY_TOKEN : ${{ env.PERCY_TOKEN || secrets.PERCY_TOKEN }}
67
+ PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
68
68
PERCY_PARALLEL_NONCE : ${{ needs.pre-test.outputs.nonce }}
69
69
run : |
70
70
yarn exam:parallel --split=${{ matrix.split }} --partition=${{ matrix.partition }} --json-report=test-results/test-results.json
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : finalize
134
134
env :
135
- PERCY_TOKEN : ${{ env.PERCY_TOKEN || secrets.PERCY_TOKEN }}
135
+ PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
136
136
PERCY_PARALLEL_NONCE : ${{ needs.pre-test.outputs.nonce }}
137
137
run : yarn percy build:finalize
138
138
Original file line number Diff line number Diff line change 27
27
< script src ="{{rootURL}}assets/nomad-ui.js "> </ script >
28
28
29
29
{{content-for "body-footer"}}
30
+
30
31
</ body >
31
32
</ html >
You can’t perform that action at this time.
0 commit comments