Skip to content

Commit

Permalink
Update ci-and-push.yml
Browse files Browse the repository at this point in the history
Re-enabling build testing after WA LD page rollout, as this is a vital CI/CD step.
  • Loading branch information
GilHoggarth authored Apr 2, 2024
1 parent 688d09f commit b852e11
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 b852e11

Please sign in to comment.