From 32ac85110dc00a4478750f7c1f4e13c6977ecf83 Mon Sep 17 00:00:00 2001 From: Martin Bosma Date: Tue, 24 Oct 2023 15:56:27 +0200 Subject: [PATCH] ci: force success --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a01e6d5d..58fa9ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Run unit and E2E tests run: npm run test:ci - name: Generate E2E Report - run: npm run generate-e2e-report + run: npm run generate-e2e-report || exit 0 if: always() - name: Upload E2E Results uses: actions/upload-artifact@v1 @@ -60,7 +60,6 @@ jobs: path: cypress/videos - name: Check Tag id: check_tag - if: always() run: | if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then echo ::set-output name=match::true