Skip to content

Commit

Permalink
feat: docker logging
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Jul 6, 2024
1 parent fecd0c7 commit f62ea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: compile assets
run: docker-compose exec -T web bundle exec rails assets:precompile
- name: Test
run: docker-compose exec -T web bundle exec rspec spec
run: docker-compose exec -T web bundle exec rspec spec --format documentation

- name: Archive selenium screenshots
if: ${{ failure() }}
Expand Down

0 comments on commit f62ea02

Please sign in to comment.