Skip to content

Commit

Permalink
Fix the directory the terratest CI pipeline points to
Browse files Browse the repository at this point in the history
  • Loading branch information
larribas committed Aug 10, 2020
1 parent 576e404 commit a6fd832
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 a6fd832

Please sign in to comment.