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