mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-22 17:51:29 +03:00
Run tests in Github Actions.
This commit is contained in:
parent
8f3c8a317a
commit
17ae39461c
9
.github/workflows/linux.yml
vendored
9
.github/workflows/linux.yml
vendored
@ -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: |
|
||||
|
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@ -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: |
|
||||
|
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user