Skip to content

Commit

Permalink
Fix test script name
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mit committed Jun 18, 2024
1 parent 36dcb3f commit 75aaa26
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 @@ -22,7 +22,7 @@ jobs:
export LLM_LAMBDA_ARN=test
docker run --rm --name dynamodb_test_local -d -p 8000:8000 amazon/dynamodb-local
sleep 5
./create_test_table.sh
./create_test_db_table.sh
- name: tests
run: |
export DB_TABLE_NAME=testTable
Expand Down

0 comments on commit 75aaa26

Please sign in to comment.