Skip to content

Commit af95d68

Browse files
Disable uploading artifacts (#80)
1 parent 0314612 commit af95d68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Build and run tests
4646
run: ./gradlew build --no-daemon
4747

48-
- name: Upload usvm test reports
49-
uses: actions/upload-artifact@v3
50-
if: always()
51-
with:
52-
name: usvm-tests-report-linux
53-
path: ./**/build/reports/tests/test/
48+
# - name: Upload usvm test reports
49+
# uses: actions/upload-artifact@v3
50+
# if: always()
51+
# with:
52+
# name: usvm-tests-report-linux
53+
# path: ./**/build/reports/tests/test/

0 commit comments

Comments
 (0)