Skip to content

Commit

Permalink
+ &
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed May 1, 2024
1 parent ce0c81d commit 31a09da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
DYNAMODB_AWS_REGION: ${{ env.DYNAMODB_LOCAL_AWS_REGION }}
DYNAMODB_ENDPOINT: ${{ env.DYNAMODB_LOCAL_ENDPOINT }}
DYNAMODB_TABLE: ${{ env.DYNAMODB_TABLE }}
run: npx ts-node src/app.local.ts
run: npx ts-node src/app.local.ts &
# run: npx ts-node src/app.local.ts > ${GITHUB_WORKSPACE}/output.log 2>&1 &

- name: test
env:
Expand Down

0 comments on commit 31a09da

Please sign in to comment.