Test database pipeline 2
Some checks failed
Some checks failed
This commit is contained in:
@@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
echo "All messages translated."
|
echo "All messages translated."
|
||||||
|
|
||||||
database_files:
|
database:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -128,11 +128,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dart run build_runner build --delete-conflicting-outputs
|
dart run build_runner build --delete-conflicting-outputs
|
||||||
|
|
||||||
if [ -n "$(git status --porcelain '*.g.dart')" ]; then
|
# if [ -n "$(git status --porcelain '*.g.dart')" ]; then
|
||||||
echo "Generated database files are out of date. Diff:"
|
# echo "Generated database files are out of date. Diff:"
|
||||||
git --no-pager diff -- '*.g.dart'
|
# git --no-pager diff -- '*.g.dart'
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
echo "Generated database files are up to date."
|
# echo "Generated database files are up to date."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user