From 0f6a6b4a31c19de35b58ce8d8bda79e7d819fc7f Mon Sep 17 00:00:00 2001 From: Shiro Miminashi Nohara Date: Sun, 11 Aug 2024 01:37:37 +0900 Subject: [PATCH] =?UTF-8?q?system=20test=20=E3=81=A0=E3=81=91=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=BF=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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