Skip to content

Commit

Permalink
fix: added ci test job
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Sep 12, 2024
1 parent 1ba7c0e commit 0f13743
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- main

steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test
jobs:
test:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test

0 comments on commit 0f13743

Please sign in to comment.