disable version setting in CI for Beta

This commit is contained in:
Adam Velebil 2022-09-19 13:34:20 +02:00
parent 0cb52fbbd6
commit 4e89d96ac8
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 0 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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