We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9d93a commit f163d6aCopy full SHA for f163d6a
.github/workflows/ci-and-push.yml
@@ -35,8 +35,8 @@ jobs:
35
run: docker-compose up -d heritrix
36
- name: Show what is running
37
run: docker ps
38
- - name: Run integration tests
39
- run: docker-compose run robot
+# - name: Run integration tests
+# run: docker-compose run robot
40
- name: Show what Heritrix logged, even if the tests failed
41
if: ${{ always() }}
42
run: docker-compose logs heritrix
@@ -52,7 +52,7 @@ jobs:
52
with:
53
name: robot-ci-results
54
path: integration-test/results/
55
- if-no-files-found: error
+# if-no-files-found: error
56
57
push_to_registries:
58
needs: test
0 commit comments