Skip to content

Commit

Permalink
Remove creation of test database in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Apr 30, 2024
1 parent c9c6c54 commit aa9a27e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ jobs:
run: |
docker buildx bake --file ./docker-compose.yml --file ./../../.github/workflows/docker-compose-cache.json
- name: Create and migrate DB
working-directory: docker/test
run: |
docker compose run --entrypoint="" mampf sh -c "rake db:create db:migrate db:test:prepare"
- name: Reindex sunspot
working-directory: docker/test
run: |
docker compose run --entrypoint="" mampf sh -c "RAILS_ENV=test rake sunspot:reindex"
- name: Run unit tests
working-directory: docker/test
run: |
Expand Down

0 comments on commit aa9a27e

Please sign in to comment.