Skip to content

Commit

Permalink
ci: force success
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbosma committed Oct 24, 2023
1 parent c0acfd7 commit 32ac851
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 32ac851

Please sign in to comment.