Skip to content

Commit

Permalink
feat(cicd): don't mark failed for front end test
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 7, 2025
1 parent 123f748 commit 1bbe0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
name: Run frontend tests
runs-on: ubuntu-latest
if: ${{ github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == ''}}
continue-on-error: true
steps:
# Setup
- name: Checkout - Current ref
Expand Down

0 comments on commit 1bbe0e6

Please sign in to comment.