Skip to content

Commit 8329f87

Browse files
rearrange things to make them work
1 parent 2e5b263 commit 8329f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111

1212
- name: Run tests
1313
run: |
14+
docker-compose run --rm test bundle exec rspec spec/lib
1415
docker-compose run --rm test bundle exec rake db:schema:load
1516
docker-compose run --rm test bundle exec rspec spec/usage
16-
docker-compose run --rm test bundle exec rspec spec/lib

0 commit comments

Comments
 (0)