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 config --enable-linux-desktop
- run: flutter --version - run: flutter --version
- name: Run tests
run: flutter test
- name: Install ykman - name: Install ykman
run: | run: ./build-ykman.sh
./build-ykman.sh
- name: Build the app - name: Build the app
run: | run: flutter build linux
flutter build linux
- name: Rename and archive app - name: Rename and archive app
run: | run: |

View File

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

View File

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