Skip to content

Commit

Permalink
docker dynamodb dir add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Jul 26, 2023
1 parent c046fc6 commit 19834e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Docker
working-directory: ${{ env.testdir }}
run: |
sudo chmod 777 docker/dynamodb/data
sudo chmod 777 ${{ env.testdir }}/docker/dynamodb/data
docker-compose up -d
sleep 40
docker-compose logs
Expand Down

0 comments on commit 19834e3

Please sign in to comment.