Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge authored Jun 20, 2024
1 parent fe93ed7 commit e1c9e28
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Run on our self-hosted machines
runs-on: self-hosted
container:
image: firedrakeproject/firedrake-test:latest
image: firedrakeproject/firedrake-env:latest
strategy:
# Don't immediately kill real if complex fails and vice versa.
fail-fast: false
Expand Down Expand Up @@ -150,11 +150,3 @@ jobs:
tag: ${{ needs.docker_tag.outputs.tag }}
status: ${{ needs.build.result }}
secrets: inherit
#~ docker_testing:
#~ # Strictly for testing!
#~ uses: ./.github/workflows/docker_reuse.yml
#~ with:
#~ target: firedrake-test
#~ tag: latest
#~ dockerfile: docker/Dockerfile.env
#~ secrets: inherit

0 comments on commit e1c9e28

Please sign in to comment.