Run tests in Github Actions.

This commit is contained in:
Dain Nilsson 2021-11-19 10:23:01 +01:00
parent 8f3c8a317a
commit 17ae39461c
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 15 additions and 12 deletions

View File

@ -28,13 +28,14 @@ jobs:
- run: flutter config --enable-linux-desktop
- run: flutter --version
- name: Run tests
run: flutter test
- name: Install ykman
run: |
./build-ykman.sh
run: ./build-ykman.sh
- name: Build the app
run: |
flutter build linux
run: flutter build linux
- name: Rename and archive app
run: |

View File

@ -28,13 +28,14 @@ jobs:
- run: flutter config --enable-macos-desktop
- run: flutter --version
- name: Run tests
run: flutter test
- name: Install ykman
run: |
./build-ykman.sh
run: ./build-ykman.sh
- name: Build the app
run: |
flutter build macos
run: flutter build macos
- name: Rename and archive app bundle
run: |

View File

@ -27,13 +27,14 @@ jobs:
- run: flutter config --enable-windows-desktop
- run: flutter --version
- name: Run tests
run: flutter test
- name: Install ykman
run: |
.\build-ykman.bat
run: .\build-ykman.bat
- name: Build the app
run: |
flutter build windows
run: flutter build windows
- name: Rename and archive app bundle
run: |