File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
name : Get test files
19
19
# Extracts the list of all test files as JSON and trims to be relative to the test dir to be easier to read
20
20
run :
21
- echo "test-files=$(npx jest -c test/e2e/jest.config.js --listTests --json | jq -cM 'map(.[env.PWD | length +
22
- 10:])')" >> $GITHUB_OUTPUT
23
- # echo "test-files=$(npx jest -c test/e2e/jest.config.all.js --listTests --json | jq -cM 'map(.[env.PWD | length
24
- # + 10:])')" >> $GITHUB_OUTPUT
21
+ # echo "test-files=$(npx jest -c test/e2e/jest.config.js --listTests --json | jq -cM 'map(.[env.PWD | length +
22
+ # 10:])')" >> $GITHUB_OUTPUT
23
+ echo "test-files=$(npx jest -c test/e2e/jest.config.all.js --listTests --json | jq -cM 'map(.[env.PWD | length
24
+ + 10:])')" >> $GITHUB_OUTPUT
25
25
26
26
test :
27
27
runs-on : ubuntu-latest
41
41
env :
42
42
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_BOT_AUTH_TOKEN }}
43
43
NETLIFY_SITE_ID : 1d5a5c76-d445-4ae5-b694-b0d3f2e2c395
44
- # RUN_SKIPPED_TESTS: true
44
+ RUN_SKIPPED_TESTS : true
45
45
46
46
- uses : actions/upload-artifact@v3
47
47
# upload test results
You can’t perform that action at this time.
0 commit comments