Skip to content

Commit

Permalink
Merge pull request #1 from Glovo/master
Browse files Browse the repository at this point in the history
Fix the directory the terratest CI pipeline points to
  • Loading branch information
Lorenzo Arribas authored Aug 10, 2020
2 parents 576e404 + a6fd832 commit 086a91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infra_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 086a91c

Please sign in to comment.