Skip to content

Commit

Permalink
Update ci-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
min2ha authored Mar 18, 2024
1 parent 6f9d93a commit f163d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: docker-compose up -d heritrix
- name: Show what is running
run: docker ps
- name: Run integration tests
run: docker-compose run robot
# - name: Run integration tests
# run: docker-compose run robot
- name: Show what Heritrix logged, even if the tests failed
if: ${{ always() }}
run: docker-compose logs heritrix
Expand All @@ -52,7 +52,7 @@ jobs:
with:
name: robot-ci-results
path: integration-test/results/
if-no-files-found: error
# if-no-files-found: error

push_to_registries:
needs: test
Expand Down

0 comments on commit f163d6a

Please sign in to comment.