File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,7 @@ jobs:
211211 run : cd spec/dummy && RAILS_ENV=test rails server &
212212
213213 - name : Wait for Rails server to start
214- run : |
215- while ! curl -s http://localhost:3000 > /dev/null; do sleep 1; done
214+ run : while ! curl -s http://localhost:3000 > /dev/null; do sleep 1; done
216215
217216 - name : Run RSpec tests for Pro dummy app (shard ${{ matrix.shard }}/3)
218217 run : |
@@ -384,8 +383,7 @@ jobs:
384383 run : cd spec/dummy && RAILS_ENV=test rails server &
385384
386385 - name : Wait for Rails server to start
387- run : |
388- while ! curl -s http://localhost:3000 > /dev/null; do sleep 1; done
386+ run : while ! curl -s http://localhost:3000 > /dev/null; do sleep 1; done
389387
390388 - name : Install Playwright dependencies
391389 run : cd spec/dummy && yarn playwright install --with-deps
You can’t perform that action at this time.
0 commit comments