ci: Pass CONTAINER variable to the test execution step

This commit is contained in:
Tomas Babej 2020-12-28 19:31:38 -05:00
parent 6cf3352b5d
commit f8a0ebe504
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -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 }}