From a6fd832543f3584efcfb87871f2d2f4dff623b42 Mon Sep 17 00:00:00 2001 From: larribas Date: Mon, 10 Aug 2020 18:34:49 +0200 Subject: [PATCH] Fix the directory the terratest CI pipeline points to --- .github/workflows/infra_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra_tests.yml b/.github/workflows/infra_tests.yml index a6de410..23def22 100644 --- a/.github/workflows/infra_tests.yml +++ b/.github/workflows/infra_tests.yml @@ -25,4 +25,4 @@ jobs: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_INFRA_TEST_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_INFRA_TEST_SECRET_ACCESS_KEY }} run: | - cd terratest/tests && go test -v -timeout 35m mlflow_test.go + cd terratest/test && go test -v -timeout 35m mlflow_test.go