Skip to content

Commit

Permalink
Debug bad image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent dba1406 commit ba5a74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Load image
run: docker load --input /tmp/ci-environ.tar
- name: Run container
run: docker run --interactive --name ci-environ environ-image
run: docker run --interactive --name environ-build ci-environ
- name: Access container
run: docker exec --interactive --tty ci-environ bash
run: docker exec --interactive --tty environ-build bash
- name: Run tests
run: cd q-e/Environ/tests && make --ignore-errors run-tests-parallel
run: cd /app/q-e/Environ/tests && make --ignore-errors run-tests-parallel

0 comments on commit ba5a74b

Please sign in to comment.