Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 5, 2023
1 parent af82c6d commit b296985
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env:
COMPOSE_PROJECT_NAME: build
PS_SUBNET: 172.34.202.0/16
PS_GATEWAY_IP: 172.34.0.1
PHRASEA_DOMAIN: phrasea.local
TRAEFIK_HTTPS_PORT: 4442
TRAEFIK_HTTP_PORT: 8042
HTTPS_PORT_PREFIX: ':4442'
Expand All @@ -17,11 +16,14 @@ env:

jobs:
debug:
- name: Checkout code
uses: actions/checkout@v3
- name: Debug Env
run: |
bin/dev/debug-env.sh
name: 'Debug Env'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Debug Env
run: |
bin/dev/debug-env.sh
build_keycloak:
name: 'Build Keycloak'
Expand Down

0 comments on commit b296985

Please sign in to comment.