Revert "disable version setting in CI for Beta"

This reverts commit 4e89d96ac8.
This commit is contained in:
Adam Velebil 2022-09-20 13:52:47 +02:00
parent 82f58c543e
commit ed657fdd2f
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 21 additions and 0 deletions

View File

@ -25,6 +25,12 @@ 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

View File

@ -18,6 +18,11 @@ 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

View File

@ -15,6 +15,11 @@ 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

View File

@ -15,6 +15,11 @@ 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