Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1bc914

Browse files
author
Robert Bradley
committedJan 7, 2025·
Adding nightly testing
1 parent 32ef68d commit c1bc914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: docker run -d -p 8000:8000 amazon/dynamodb-local
3737

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

4141
- name: Set up env vars
4242
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.