Skip to content

Commit

Permalink
Fixed action
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 25, 2023
1 parent e1738ab commit 18d83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo mv terraform-provider-streamnative $HOME/.terraform.d/plugins/linux_amd64/
echo "The terraform-provider-streamnative location:" `readlink -f $HOME/.terraform.d/plugins/linux_amd64/`
- name: Run Acceptance Tests for the Provider on Standalone Instance
- name: Run Acceptance Tests for the Provider
run: |
echo $ACC_TEST_SERVICE_ACCOUNT > $HOME/service_account.json
export KEY_FILE_PATH=$HOME/service_account.json
Expand Down

0 comments on commit 18d83b3

Please sign in to comment.