Skip to content

Commit

Permalink
system test だけにしてみた
Browse files Browse the repository at this point in the history
  • Loading branch information
miminashi committed Aug 10, 2024
1 parent 7a82656 commit 0f6a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0f6a6b4

Please sign in to comment.