mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-05 06:04:32 +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
|
- 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user