added needs placeholder for quickstart test w/ burnettk

This commit is contained in:
jasquat 2023-02-16 15:28:42 -05:00
parent faa2e5490f
commit 19e93b061b
No known key found for this signature in database
1 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,7 @@ on:
jobs:
quickstart-guide-test:
runs-on: ubuntu-latest
# needs: [create_frontend_docker_container, create_backend_docker_container, create_demo-proxy]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -26,8 +27,6 @@ jobs:
run: ./bin/wait_for_frontend_to_be_up 5 8001
- name: Cypress run
uses: cypress-io/github-action@v5
# - name: Cypress run
# uses: cypress-io/github-action@v4
with:
working-directory: ./spiffworkflow-frontend
browser: chrome
@ -117,7 +116,7 @@ jobs:
# working-directory: ./spiffworkflow-backend
# run: ./keycloak/bin/wait_for_keycloak 5
# - name: Cypress run
# uses: cypress-io/github-action@v4
# uses: cypress-io/github-action@v5
# with:
# working-directory: ./spiffworkflow-frontend
# browser: chrome