Skip to content

Commit

Permalink
fix: github actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoftware committed Dec 25, 2023
1 parent 31f3ce4 commit ce292b6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on: [pull_request, push]

jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: "zulu"
java-version: "11"
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.6"
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter test

0 comments on commit ce292b6

Please sign in to comment.