Skip to content

Commit 00a6d14

Browse files
Update main.yml
1 parent 982418e commit 00a6d14

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Run Tests
3737
run: npm run test:ci
3838

39-
- name: Upload test results
40-
if: always()
41-
uses: actions/upload-artifact@v3.1.3
42-
with:
43-
name: jest-test-results-${{ matrix.node-version }}
44-
path: test-results/junit.xml
39+
# - name: Upload test results
40+
# if: always()
41+
# uses: actions/upload-artifact@v3.1.3
42+
# with:
43+
# name: jest-test-results-${{ matrix.node-version }}
44+
# path: test-results/junit.xml
4545

4646
# Optional: Show test output log (if you use one)
4747
- name: Show test log
@@ -50,9 +50,9 @@ jobs:
5050
cat jest.log || echo "No jest.log found"
5151
5252
# Optional: Upload log as artifact for debugging
53-
- name: Upload jest log
54-
if: always()
55-
uses: actions/upload-artifact@v3.1.3
56-
with:
57-
name: jest-log-${{ matrix.node-version }}
58-
path: jest.log
53+
# - name: Upload jest log
54+
# if: always()
55+
# uses: actions/upload-artifact@v3.1.3
56+
# with:
57+
# name: jest-log-${{ matrix.node-version }}
58+
# path: jest.log

0 commit comments

Comments
 (0)