Skip to content

Commit

Permalink
Run tests inside the int64 test container
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Jul 11, 2024
1 parent 8d228b8 commit 785871d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 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-env:latest
image: firedrakeproject/firedrake-test:latest
strategy:
# Don't immediately kill real if complex fails and vice versa.
fail-fast: false
Expand Down Expand Up @@ -151,12 +151,12 @@ 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.testing
secrets: inherit
#~ docker_testing:
#~ # Strictly for testing!
#~ uses: ./.github/workflows/docker_reuse.yml
#~ with:
#~ target: firedrake-test
#~ tag: latest
#~ dockerfile: docker/Dockerfile.testing
#~ secrets: inherit

0 comments on commit 785871d

Please sign in to comment.