Skip to content

Commit

Permalink
Github Actions Tune
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Jul 26, 2023
1 parent c382d61 commit 01d991a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ jobs:
AWS_DEFAULT_REGION: ap-northeast-1
run: |
set -x
until [ "$(aws dynamodb list-tables --endpoint-url http://localhost:28002 --output text)" != 'TABLENAMES test' ]; do
sleep 1s
done
until (aws dynamodb list-tables --endpoint-url http://localhost:28002) do echo '...waiting...' && sleep 1; done;
- name: Test
working-directory: ${{ env.testdir }}
Expand Down

0 comments on commit 01d991a

Please sign in to comment.