diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28fc45096..4ab57ce13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,6 @@ jobs: unit-tests: name: Unit tests - environment: testing runs-on: ubuntu-latest permissions: write-all needs: build-mampf @@ -106,7 +105,6 @@ jobs: # Cypress end-to-end (e2e) tests e2e-tests: name: e2e (Cypress) - environment: testing runs-on: ubuntu-latest permissions: write-all needs: build-mampf