Skip to content

Commit

Permalink
Add on error true (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal authored Oct 9, 2023
1 parent fd752bb commit 62b725c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ name: Continuous Integration
# events but only for the master branch, or add_actions branch
on:
push:
branches: [ master, add_actions ]
branches: [ master, test_actions ]
pull_request:
branches: [ master, add_actions ]
branches: [ master, test_actions ]

jobs:
test_workflow:
runs-on: ubuntu-latest
continue-on-error: true

env:
NXF_ANSI_LOG: false
Expand Down

0 comments on commit 62b725c

Please sign in to comment.