Skip to content

Commit

Permalink
Sleep a bit. 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 277eef4 commit e78e7b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backstage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- main

jobs:
setup-idp:
setup-backstage-test-templates:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && contains( github.event.head_commit.message, 'play') }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set idp env variables
- name: Set backstage env variables
run: |
GITEA_USERNAME=giteaAdmin
GITEA_URL=gitea.localtest.me:8443
Expand Down Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Check backstage resources
run: |
sleep 5s
echo "Show the locations ..."
curl -s "http://localhost:7007/api/catalog/entities?filter=kind=location" \
-H 'Content-Type: application/json' \
Expand Down

0 comments on commit e78e7b3

Please sign in to comment.