Skip to content

Commit 1187b17

Browse files
authored
Update accessibility.yml
Prefix bundle exec to accessibility runner rails commands Signed-off-by: Robert Smith <[email protected]>
1 parent 49e7adb commit 1187b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/accessibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939

4040
# Set up database
4141
- name: Set up database schema
42-
run: rails db:schema:load
42+
run: bundle exec rails db:schema:load
4343

4444
# RUn rails server
4545
- name: Run Rails server
46-
run: rails s -p 3000 -b 0.0.0.0
46+
run: 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)