Skip to content

Commit

Permalink
Fix path, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Oct 23, 2024
1 parent 2d7fd7b commit 635028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "{\"application.js\":\"/packs-test/js/application-dummy.js\"}" >> ${{ github.workspace }}/sample_app/public/packs-test/manifest.json
- name: DB Migrate
run: ${{ github.workspace }}/sample_app && bin/rails db:migrate
run: cd ${{ github.workspace }}/sample_app && bin/rails db:migrate

- name: Test
run: bundle exec rake test
Expand Down

0 comments on commit 635028a

Please sign in to comment.