Skip to content

Commit 7520f8a

Browse files
committed
ci: debug
1 parent c920876 commit 7520f8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: ./
1616
with:
1717
consumerapi-version: v4.1.3
18-
1918
- run: curl localhost:5000/health
2019

2120
test-custom-port:

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ COPY appsettings.override.json /appsettings.override.json
1212
COPY docker-compose.yml /docker-compose.yml
1313

1414
RUN chmod +x /start.sh
15+
1516
ENTRYPOINT ["/start.sh"]

start.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export TAG=$1
44
export PORT=$2
55

66
wget https://raw.githubusercontent.com/nmshd/backbone/capi/${TAG}/setup-db/setup-postgres.sql
7-
docker compose up -d
7+
8+
docker compose up

0 commit comments

Comments
 (0)