-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
060c238
commit c581855
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,29 +79,29 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: 'Terratest for default-s3' | ||
uses: clouddrove/[email protected] | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: ./_test/default-s3 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: 'Terratest for encryption-s3' | ||
uses: clouddrove/[email protected] | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: ./_test/encryption-s3 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: 'Terratest for website-s3' | ||
uses: clouddrove/[email protected] | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: ./_test/website-s3 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# - name: 'Terratest for default-s3' | ||
# uses: clouddrove/[email protected] | ||
# with: | ||
# actions_subcommand: 'terratest' | ||
# tf_actions_working_dir: ./_test/default-s3 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# - name: 'Terratest for encryption-s3' | ||
# uses: clouddrove/[email protected] | ||
# with: | ||
# actions_subcommand: 'terratest' | ||
# tf_actions_working_dir: ./_test/encryption-s3 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# - name: 'Terratest for website-s3' | ||
# uses: clouddrove/[email protected] | ||
# with: | ||
# actions_subcommand: 'terratest' | ||
# tf_actions_working_dir: ./_test/website-s3 | ||
# env: | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: 'Slack Notification' | ||
uses: clouddrove/action-slack@v2 | ||
|