mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
disable version setting in CI for Beta
This commit is contained in:
parent
0cb52fbbd6
commit
4e89d96ac8
6
.github/workflows/android.yaml
vendored
6
.github/workflows/android.yaml
vendored
@ -25,12 +25,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: 'app'
|
path: 'app'
|
||||||
|
|
||||||
- name: Check app versions
|
|
||||||
run: |
|
|
||||||
python set-version.py
|
|
||||||
git diff --exit-code
|
|
||||||
working-directory: ./app
|
|
||||||
|
|
||||||
- name: Run flutter tests
|
- name: Run flutter tests
|
||||||
run: |
|
run: |
|
||||||
flutter test
|
flutter test
|
||||||
|
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -18,11 +18,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Check app versions
|
|
||||||
run: |
|
|
||||||
python set-version.py
|
|
||||||
git diff --exit-code
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Check app versions
|
|
||||||
run: |
|
|
||||||
python set-version.py
|
|
||||||
git diff --exit-code
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Check app versions
|
|
||||||
run: |
|
|
||||||
python set-version.py
|
|
||||||
git diff --exit-code
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
choco install swig
|
choco install swig
|
||||||
|
Loading…
Reference in New Issue
Block a user