From 9316285623c2f977c7e9c9830302313052f77614 Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 29 Jan 2024 13:43:19 +0900 Subject: [PATCH] =?UTF-8?q?tests/=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index cbb90fd3..0953c5a9 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -27,7 +27,7 @@ jobs: - run: rye pin ${{ matrix.python_version }} - run: rye sync - run: rye run python run.py - - run: rye run pytest -s + - run: rye run pytest tests/ -s - name: Slack Notification if: failure() uses: rtCamp/action-slack-notify@v2