We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b8a98 commit 86b52c7Copy full SHA for 86b52c7
.github/workflows/pro-integration-tests.yml
@@ -207,7 +207,7 @@ jobs:
207
- name: Run Rails server in background
208
run: |
209
cd spec/dummy
210
- RAILS_ENV=test rails server &
+ RAILS_ENV="test" rails server &
211
212
- name: Wait for Rails server to start
213
@@ -392,7 +392,7 @@ jobs:
392
393
394
395
396
397
398
0 commit comments