From 8e36ffb64d826d1b5cc4965e1e472e042b213eb4 Mon Sep 17 00:00:00 2001 From: Michael Albrecht Date: Sat, 10 Aug 2024 13:43:38 +0200 Subject: [PATCH] Update tests.yaml add test coverage first --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 287d037..0852a97 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,4 +43,4 @@ jobs: dependency-versions: ${{ matrix.dependencies }} - name: Execute tests - run: composer tests + run: composer tests:coverage:gitlab-ci