Skip to content

Commit

Permalink
Change directory to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 7, 2024
1 parent 0b8ecac commit ebbe53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run unit tests
working-directory: docker/test
run: |
docker compose run --entrypoint="" mampf sh -c "RAILS_ENV=test bundle exec rspec --format RSpec::Github::Formatter"
cd ./docker/test && docker compose run --entrypoint="" mampf sh -c "RAILS_ENV=test bundle exec rspec --format RSpec::Github::Formatter"
- name: Report test coverage to codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ebbe53d

Please sign in to comment.