Skip to content

Commit

Permalink
. e updated build and test action
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed Jun 29, 2024
1 parent 59c8cd0 commit ac9922d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
- name: 📚 Git Checkout
uses: actions/checkout@v4

- name: 🐦 Set up Dart SDK
uses: dart-lang/setup-[email protected]
- name: ⚡️ Set up Java
uses: actions/setup-java@v3
with:
sdk: stable
java-version: "12.x"
distribution: 'zulu'

- name: 🐦 Set up Flutter SDK
uses: subosito/flutter-action@v2
with:
channel: "stable"

- name: 📦 Setup Visual Studio Code
run: |
Expand Down

0 comments on commit ac9922d

Please sign in to comment.