forked from clouddrove/terraform-aws-elasticache
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request clouddrove#25 from clouddrove/0.15
fix terratest
- Loading branch information
Showing
7 changed files
with
20 additions
and
74 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 |
---|---|---|
|
@@ -10,32 +10,32 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout' | ||
uses: actions/checkout@master | ||
uses: actions/checkout@v2.3.4 | ||
|
||
- name: Set up Python 3.7. | ||
- name: "Set up Python 3.7" | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.x' | ||
|
||
- name: 'create readme' | ||
uses: 'clouddrove/github-actions@v7.0' | ||
uses: 'clouddrove/github-actions@v9.0' | ||
with: | ||
actions_subcommand: 'readme' | ||
github_token: '${{ secrets.GITHUB}}' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} | ||
|
||
|
||
- name: pre-commit check errors | ||
- name: "pre-commit check errors" | ||
uses: pre-commit/[email protected] | ||
continue-on-error: true | ||
|
||
- name: pre-commit fix erros | ||
- name: "pre-commit fix errors" | ||
uses: pre-commit/[email protected] | ||
continue-on-error: true | ||
|
||
- name: 'push readme' | ||
uses: 'clouddrove/github-actions@v7.0' | ||
uses: 'clouddrove/github-actions@v9.0' | ||
continue-on-error: true | ||
with: | ||
actions_subcommand: 'push' | ||
|
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
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 |
---|---|---|
|
@@ -21,18 +21,10 @@ jobs: | |
aws-secret-access-key: ${{ secrets.TEST_AWS_ACCESS_SECRET_KEY }} | ||
aws-region: us-east-2 | ||
|
||
- name: 'Terratest for memcached' | ||
if: ${{ github.event.label.name == 'terratest' }} | ||
uses: 'clouddrove/[email protected]' | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: '_test/memcached' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: 'Terratest for redis' | ||
if: ${{ github.event.label.name == 'terratest' }} | ||
uses: 'clouddrove/github-actions@v6.0' | ||
uses: 'clouddrove/github-actions@v9.0' | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: '_test/redis' | ||
|
@@ -41,7 +33,7 @@ jobs: | |
|
||
- name: 'Terratest for redis-cluster' | ||
if: ${{ github.event.label.name == 'terratest' }} | ||
uses: 'clouddrove/github-actions@v6.0' | ||
uses: 'clouddrove/github-actions@v9.0' | ||
with: | ||
actions_subcommand: 'terratest' | ||
tf_actions_working_dir: '_test/redis-cluster' | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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