Skip to content

Commit

Permalink
Ensure that rails server command called from dummy app directory
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Smith <[email protected]>
  • Loading branch information
rsmithlal authored Aug 7, 2024
1 parent 6ebf641 commit bd54906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/accessibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

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

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit bd54906

Please sign in to comment.