mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ci: Pass CONTAINER variable to the test execution step
This commit is contained in:
parent
6cf3352b5d
commit
f8a0ebe504
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
@ -58,3 +58,4 @@ jobs:
|
|||
run: if [[ $CONTAINER != "osx" ]]; then docker-compose run test-$CONTAINER; else bash test/scripts/test_osx.sh ; fi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CONTAINER: ${{ matrix.dockerfile }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue