Skip to content

Commit

Permalink
Merge pull request #3 from testainers/dev
Browse files Browse the repository at this point in the history
Version 0.0.1.
  • Loading branch information
edufolly authored Feb 12, 2024
2 parents 450b84c + 314271d commit cf9db6a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 15
permissions:
contents: write
steps:
- name: Code Checkout
uses: actions/checkout@v4
Expand All @@ -33,6 +35,10 @@ jobs:
with:
channel: 'stable'

- name: Flutter Config
timeout-minutes: 2
run: flutter config --no-analytics --no-animations

- name: Flutter Pub Get
timeout-minutes: 2
run: flutter pub get
Expand Down

0 comments on commit cf9db6a

Please sign in to comment.