We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080bc62 commit ccb7b62Copy full SHA for ccb7b62
1 file changed
.github/workflows/test.yaml
@@ -3,6 +3,7 @@ name: Test Features
3
on:
4
pull_request:
5
paths:
6
+ - .github/workflows/test.yaml
7
- packages/web/**
8
- packages/features/**
9
- yarn.lock
@@ -49,8 +50,9 @@ jobs:
49
50
tail -f $TMPFILE &
51
echo "PID2=$!" >> $GITHUB_ENV
52
- while ! grep "To access the server" $TMPFILE
53
- do sleep 1; done
+ sleep 10
54
+ # while ! grep "To access the server" $TMPFILE
55
+ # do sleep 1; done
56
- name: Execute integration test with app
57
timeout-minutes: 5
58
run: |
0 commit comments