Compare commits

..
8 Commits
2 changed files with 9 additions and 11 deletions
+4 -11
View File
@@ -13,19 +13,12 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Build new package
run: make build
- name: Ensure environment
run: make ensure_env
- name: Install package
run: make install
- name: Run application
run: make run
- name: Build new package
run: make build
- name: Test application
run: make test
- name: Push new packages
run: |
git add .
git config --global user.email "bot@molodetz.nl"
git config --global user.name "bot"
git commit -a -m "New build."
git push
+5
View File
@@ -1,4 +1,9 @@
# ---> Python
.vscode
.history
form.db*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]