Skip to content

Commit

Permalink
change docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Jan 18, 2024
1 parent 4d41791 commit 45be9e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ jobs:
uses: isbang/[email protected]
with:
compose-file: ${{ env.testdir }}/docker-compose.yaml
up-flags: --detach
up-flags: -d
services: |
elasticmq
minio
miniocreatebuckets
dynamodb
dynamodbcreatetable
- name: Test
working-directory: ${{ env.testdir }}
run: |
Expand Down

0 comments on commit 45be9e9

Please sign in to comment.