Skip to content

Commit 85bf4de

Browse files
committed
chore: Docker Testジョブを削除
GitHub ActionsワークフローからDocker Testジョブを削除 通常のPHP環境でのテストのみを実行するようにシンプル化
1 parent 9e822ac commit 85bf4de

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,4 @@ jobs:
4747
file: ./coverage.xml
4848
flags: unittests
4949
name: codecov-umbrella
50-
fail_ci_if_error: false
51-
52-
docker-test:
53-
runs-on: ubuntu-latest
54-
name: Docker Test
55-
56-
steps:
57-
- uses: actions/checkout@v4
58-
59-
- name: Build Docker image
60-
run: docker build -t php-result-test .
61-
62-
- name: Run tests in Docker
63-
run: docker run --rm -v "$(pwd)":/app php-result-test ./vendor/bin/phpunit --testdox
50+
fail_ci_if_error: false

0 commit comments

Comments
 (0)