Skip to content

Commit

Permalink
workflow 10
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Feb 21, 2025
1 parent 8059cdb commit 2827458
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/api-state-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
test_bootstrap_2:
name: Bootstrap - MySQL available, OIDC unavailable
runs-on: ubuntu-latest
env:
STIGMAN_DB_PASSWORD: stigman
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -108,7 +110,6 @@ jobs:
working-directory: ./api/source
run: |
set +e
export STIGMAN_DB_PASSWORD=stigman
timeout 180 node index.js | tee api-log.json
exit_code="${PIPESTATUS[0]}"
if [ $exit_code -eq 124 ]; then
Expand Down Expand Up @@ -168,6 +169,8 @@ jobs:
test_bootstrap_3:
name: Bootstrap - MySQL uavailable, OIDC available
runs-on: ubuntu-latest
env:
STIGMAN_OIDC_PROVIDER: http://127.0.0.1:8080/auth/realms/stigman
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 2827458

Please sign in to comment.