Skip to content

Commit

Permalink
Adding nightly testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Bradley committed Jan 7, 2025
1 parent 32ef68d commit c1bc914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: docker run -d -p 8000:8000 amazon/dynamodb-local

- name: Create Rooms table for testing
run: node scripts/create-local-table.js
run: node test/integration-tests/scripts/create-local-table.js

- name: Set up env vars
run: |
Expand Down

0 comments on commit c1bc914

Please sign in to comment.