Skip to content

Commit bd54906

Browse files
authored
Ensure that rails server command called from dummy app directory
Signed-off-by: Robert Smith <[email protected]>
1 parent 6ebf641 commit bd54906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# RUn rails server
4545
- name: Run Rails server
46-
run: bundle exec rails s -p 3000 -b 0.0.0.0
46+
run: bash -c "cd spec/dummy && bundle exec rails s -p 3000 -b 0.0.0.0"
4747

4848
- name: Set up Node.js
4949
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)