diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f58a9a..066f5cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,4 @@ jobs: - name: Create database run: ./docker_compose --profile test run --rm --build test rails db:create - name: Run tests on docker compose - run: ./docker_compose --profile test run --rm --build test rails test + run: ./docker_compose --profile test run --rm --build test rails test:system