Skip to content

Commit 545a882

Browse files
committed
feature: amp-126 init project db
* Add flyway to create tables and fk constraint * Add entities * Add repositories * Add repository tests to prove flyway and jpa line up ok
1 parent f74b3aa commit 545a882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: DAST - Build and run containerised app
9898
run: |
99-
docker compose -f docker/docker-compose.api.yml up -d
99+
docker compose -f docker/docker-compose.yml up -d
100100
101101
echo "Waiting for health endpoint..."
102102
for i in {1..30}; do

0 commit comments

Comments
 (0)