From f8a0ebe504e6a5cae834ae8e87e0dd2afd7a3d08 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 28 Dec 2020 19:31:38 -0500 Subject: [PATCH] ci: Pass CONTAINER variable to the test execution step --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7bf705fef..ab8988d33 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 }}