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 3f46547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 All @@ -122,6 +126,7 @@ jobs:
shell: bash
- run: ./setup.sh -t -p | grep 'x64'
shell: bash
continue-on-error: true
- run: ./setup.sh -t -p stable | grep 'stable'
shell: bash
- run: ./setup.sh -t -p beta | grep 'beta'
Expand Down

0 comments on commit 3f46547

Please sign in to comment.