Browse Source

fix(nocodb): Test commit for investingating issues with GH action

pull/4820/head
Muhammed Mustafa 2 years ago
parent
commit
8a284cdf20
  1. 2
      .github/workflows/playwright-test-workflow.yml

2
.github/workflows/playwright-test-workflow.yml

@ -73,7 +73,7 @@ jobs:
- name: Wait for backend
run: |
while ! curl --output /dev/null --silent --head --fail http://localhost:8080; do
curl --head http://localhost:8080;
curl --silent --head --fail http://localhost:8080;
printf '.'
sleep 2
done

Loading…
Cancel
Save