Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Mar 29, 2024
1 parent 4c1dbc1 commit 02fb52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ jobs:
- name: Run ${{ inputs.context }} Tests
run: |
docker-compose run --no-TTY -i testing ls -lath
docker-compose run --no-TTY -i testing cat ./tests.sh
docker-compose run --no-TTY -i testing ./tests.sh ./tests/${{ inputs.context }}
docker-compose run --no-TTY testing ls -lath
docker-compose run --no-TTY testing cat ./tests.sh
docker-compose run --no-TTY testing ./tests.sh ./tests/${{ inputs.context }}

0 comments on commit 02fb52c

Please sign in to comment.