Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 21, 2024
1 parent a293edd commit c7acada
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:

test_print_output:
runs-on: macos-latest
continue-on-error: true

# These calls to setup.sh sepcify the -t flag, which enables test mode.
# Test mode uses hardcoded Flutter release manifests from test/ directory.

steps:
- name: Clone repository
Expand Down

0 comments on commit c7acada

Please sign in to comment.