From 5a3d727d351ce3604a61bde2d40cea59a0496e09 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Wed, 8 Jan 2025 16:31:59 +0100 Subject: [PATCH] test: first commit to add cypress tests to github actions --- .github/workflows/main.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f95574b38..c0f87cc216 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,13 +159,4 @@ jobs: uses: sonarsource/sonarcloud-github-action@v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - cypress-run: - needs: npm-build - runs-on: ubuntu-20.04 - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Cypress run - uses: cypress-io/github-action@v6 \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file