From bbf5dd5dd86d7d09e79aad2b6783a9b9c77c6911 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 10 Dec 2024 15:00:05 +0100 Subject: [PATCH] fix formatting --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9a2c4ed..0b418fc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -74,7 +74,7 @@ --cov-append \ --cov-report term-missing \ --cov-report xml . \ - --env_type ${{ matrix.environment-file }} + --env_type ${{ matrix.environment-file }} \ -m "not wuhan" - name: run tests (Wuhan) @@ -89,7 +89,7 @@ --cov-append \ --cov-report term-missing \ --cov-report xml . \ - --env_type ${{ matrix.environment-file }} + --env_type ${{ matrix.environment-file }} \ -m wuhan if: ${{ github.event_name != 'pull_request' }}