Skip to content

Commit

Permalink
Using JarvusInnovations/background-action@v1. play
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 5, 2024
1 parent e78e7b3 commit de6d247
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/backstage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,21 @@ jobs:
cat backstage-playground/app-config.local.yaml
#- name: Start backstage
# # https://github.com/JarvusInnovations/background-action
# uses: JarvusInnovations/background-action@v1
# with:
# run: yarn dev
# wait-on: http://localhost:7007/settings

- name: Launch backstage
- name: Start backstage
# https://github.com/JarvusInnovations/background-action
uses: JarvusInnovations/background-action@v1
working-directory: backstage-playground
run: |
yarn workspace backend start &
yarn workspace app start &
until curl --output /dev/null --head --silent --fail http://localhost:3000; do echo "Wait till backstage is running ...."; sleep 5; done
with:
run: yarn dev
tail: true
wait-on: http://localhost:7007/settings

#- name: Launch backstage
# working-directory: backstage-playground
# run: |
# yarn workspace backend start &
# yarn workspace app start &
# until curl --output /dev/null --head --silent --fail http://localhost:3000; do echo "Wait till backstage is running ...."; sleep 5; done

- name: Import a template
run: |
Expand Down

0 comments on commit de6d247

Please sign in to comment.