Skip to content

Commit 876e85c

Browse files
fix prog-integration-tests.yml linting errors
1 parent 47c4b49 commit 876e85c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pro-integration-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)