Skip to content

Commit

Permalink
Merge branch 'main' into remove-package-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander authored Sep 7, 2023
2 parents d0fc5d1 + 8ed9c69 commit a155c62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ jobs:
changesFound:
# When we change the Flutter version, we need to trigger this workflow.
- ".fvm/fvm_config.json"
# We only build and deploy a new version, when a user relevant files
# changed.
# We only build and deploy a new version, when user relevant files
# or integration test files changed.
- "app/**"
- "lib/**"
- "app/integration_test/**"
# We trigger also this workflow, if this workflow is changed, so that new
# changes will be applied.
- ".github/workflows/integration_tests_app_ci.yml"
Expand Down Expand Up @@ -171,7 +172,7 @@ jobs:
needs: changes
runs-on: macos-13
if: ${{ needs.changes.outputs.changesFound == 'true' }}
timeout-minutes: 45
timeout-minutes: 90
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

Expand Down

0 comments on commit a155c62

Please sign in to comment.