debug github context

This commit is contained in:
burnettk 2023-05-19 10:30:57 -04:00
parent ec7ecc1706
commit 3f3b31f67b
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ jobs:
- name: wait_for_keycloak - name: wait_for_keycloak
working-directory: ./spiffworkflow-backend working-directory: ./spiffworkflow-backend
run: ./keycloak/bin/wait_for_keycloak 5 run: ./keycloak/bin/wait_for_keycloak 5
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v5 uses: cypress-io/github-action@v5
with: with: