mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +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:
|
||||
path: 'app'
|
||||
|
||||
- name: Check app versions
|
||||
run: |
|
||||
python set-version.py
|
||||
git diff --exit-code
|
||||
working-directory: ./app
|
||||
|
||||
- name: Run flutter tests
|
||||
run: |
|
||||
flutter test
|
||||
|
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -18,11 +18,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Check app versions
|
||||
run: |
|
||||
python set-version.py
|
||||
git diff --exit-code
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Check app versions
|
||||
run: |
|
||||
python set-version.py
|
||||
git diff --exit-code
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew update
|
||||
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -15,11 +15,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
- name: Check app versions
|
||||
run: |
|
||||
python set-version.py
|
||||
git diff --exit-code
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
choco install swig
|
||||
|
Loading…
Reference in New Issue
Block a user