mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 01:40:48 +00:00
debug github context
This commit is contained in:
parent
ec7ecc1706
commit
3f3b31f67b
5
.github/workflows/frontend_tests.yml
vendored
5
.github/workflows/frontend_tests.yml
vendored
@ -91,6 +91,11 @@ jobs:
|
||||
- name: wait_for_keycloak
|
||||
working-directory: ./spiffworkflow-backend
|
||||
run: ./keycloak/bin/wait_for_keycloak 5
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: |
|
||||
echo "$GITHUB_CONTEXT"
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user