Skip to content

Commit 3fe6773

Browse files
committed
Fix build
1 parent 1cf0507 commit 3fe6773

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/docker-latest.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,26 @@ jobs:
5656
labels: ${{ steps.meta.outputs.labels }}
5757
outputs: |
5858
type=image,"name=${{ env.FACILMAP_REPO }}",push-by-digest=true,name-canonical=true,push=true
59+
type=docker,name=facilmap-ci
5960
60-
# -
61-
# name: Start integration test components
62-
# run: |
63-
# docker compose -f ./integration-tests/docker-compose.yml up --wait
64-
# status="$?"
65-
# if (( status != 0 )); then
66-
# docker compose -f ./integration-tests/docker-compose.yml logs
67-
# exit "$status"
68-
# fi
69-
70-
# -
71-
# name: Run integration tests
72-
# run: >-
73-
# docker run --rm -u root --add-host host.docker.internal:host-gateway facilmap-ci sh -c "
74-
# yarn workspaces focus facilmap-integration-tests &&
75-
# FACILMAP_URL=http://host.docker.internal:8080 yarn workspace facilmap-integration-tests run integration-tests &&
76-
# FACILMAP_URL=http://host.docker.internal:8081 yarn workspace facilmap-integration-tests run integration-tests
77-
# "
61+
-
62+
name: Start integration test components
63+
run: |
64+
docker compose -f ./integration-tests/docker-compose.yml up --wait
65+
status="$?"
66+
if (( status != 0 )); then
67+
docker compose -f ./integration-tests/docker-compose.yml logs
68+
exit "$status"
69+
fi
70+
71+
-
72+
name: Run integration tests
73+
run: >-
74+
docker run --rm -u root --add-host host.docker.internal:host-gateway facilmap-ci sh -c "
75+
yarn workspaces focus facilmap-integration-tests &&
76+
FACILMAP_URL=http://host.docker.internal:8080 yarn workspace facilmap-integration-tests run integration-tests &&
77+
FACILMAP_URL=http://host.docker.internal:8081 yarn workspace facilmap-integration-tests run integration-tests
78+
"
7879
7980
- name: Export digest
8081
run: |

0 commit comments

Comments
 (0)