mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Test docker container in build
This commit is contained in:
committed by
Alec LaLonde
parent
2f23041ce4
commit
3c3d4097a7
6
.github/workflows/PR-CI.yml
vendored
6
.github/workflows/PR-CI.yml
vendored
@@ -89,8 +89,14 @@ jobs:
|
||||
HASURA_GRAPHQL_ADMIN_SECRET: so-secretish
|
||||
HASURA_PORT: 8080
|
||||
|
||||
- name: Debug docker containers
|
||||
run: docker ps -a
|
||||
|
||||
- name: Build Web
|
||||
run: yarn web:build
|
||||
env:
|
||||
CI: true
|
||||
NEXT_PUBLIC_GRAPHQL_URL: http://localhost:8080/v1/graphql
|
||||
|
||||
- name: Cleanup
|
||||
run: docker-compose down
|
||||
|
||||
Reference in New Issue
Block a user