Skip to content

Commit ccb7b62

Browse files
committed
ci: skip waiting for server start
1 parent 080bc62 commit ccb7b62

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Test Features
33
on:
44
pull_request:
55
paths:
6+
- .github/workflows/test.yaml
67
- packages/web/**
78
- packages/features/**
89
- yarn.lock
@@ -49,8 +50,9 @@ jobs:
4950
tail -f $TMPFILE &
5051
echo "PID2=$!" >> $GITHUB_ENV
5152
52-
while ! grep "To access the server" $TMPFILE
53-
do sleep 1; done
53+
sleep 10
54+
# while ! grep "To access the server" $TMPFILE
55+
# do sleep 1; done
5456
- name: Execute integration test with app
5557
timeout-minutes: 5
5658
run: |

0 commit comments

Comments
 (0)