Skip to content

Commit f163d6a

Browse files
authored
Update ci-and-push.yml
1 parent 6f9d93a commit f163d6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-and-push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: docker-compose up -d heritrix
3636
- name: Show what is running
3737
run: docker ps
38-
- name: Run integration tests
39-
run: docker-compose run robot
38+
# - name: Run integration tests
39+
# run: docker-compose run robot
4040
- name: Show what Heritrix logged, even if the tests failed
4141
if: ${{ always() }}
4242
run: docker-compose logs heritrix
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
name: robot-ci-results
5454
path: integration-test/results/
55-
if-no-files-found: error
55+
# if-no-files-found: error
5656

5757
push_to_registries:
5858
needs: test

0 commit comments

Comments
 (0)