From 82451b06fb39158f9514ca668a7d21a09283a1e4 Mon Sep 17 00:00:00 2001 From: Jannik Pulfer Date: Mon, 4 Nov 2024 15:55:55 +0100 Subject: [PATCH] Hardcode file names to test if matrix strategy works --- .github/workflows/frontend-test-action.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/frontend-test-action.yml b/.github/workflows/frontend-test-action.yml index c7a4640d1b..ffbd0c3ae0 100644 --- a/.github/workflows/frontend-test-action.yml +++ b/.github/workflows/frontend-test-action.yml @@ -22,27 +22,11 @@ jobs: - name: Run unit tests run: npm test - get-e2e-files: - runs-on: ubuntu-24.04 - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Generate file list - id: generate-file-list - run: | - { - echo 'FILES<> "$GITHUB_OUTPUT" - e2e: - needs: get-e2e-files runs-on: ubuntu-24.04 strategy: matrix: - file: ${{ fromJSON(needs.get-e2e-files.outputs.file_list) }} + file: "['checkIn.cy.ts', 'crud.cy.ts', 'duplicated-scoring.cy.ts', 'keyresult.cy.ts', 'login.cy.ts', 'objective.cy.ts', 'objective-backlog.cy.ts', 'overview.cy.ts', 'scoring.cy.ts', 'tab.cy.ts', 'team.cy.ts', 'teammanagement.cy.ts']" steps: - name: Checkout uses: actions/checkout@v4