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 19834e3 commit eb70ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Setup Docker
working-directory: ${{ env.testdir }}
run: |
sudo chmod 777 ${{ env.testdir }}/docker/dynamodb/data
mkdir -p ./docker/dynamodb/data
sudo chmod 777 ./docker/dynamodb/data
docker-compose up -d
sleep 40
docker-compose logs
Expand Down

0 comments on commit eb70ae6

Please sign in to comment.