Skip to content

Commit

Permalink
fix: remove needless setup dynamodb action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrnr committed Jun 13, 2024
1 parent e15e895 commit 5fdd697
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,5 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Setup DynamoDB Local
uses: rrainn/[email protected]
with:
port: 8000
cors: "*"
- name: test
run: make test
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export AWS_SECRET_ACCESS_KEY := dummy

.PHONY: dynamo
dynamo:
docker compose down --rmi all --volumes
docker compose down --volumes
docker compose up -d --wait dynamodb
docker compose up aws-cli
deno run --allow-net=localhost:8000 --allow-env --no-check ./setup/setup.ts
Expand Down

0 comments on commit 5fdd697

Please sign in to comment.