Updated build.
Some checks failed
devranta build / Build (push) Failing after 1m15s

This commit is contained in:
retoor 2024-12-14 22:27:09 +01:00
parent 41e52f9d81
commit 916fbd8b85

View File

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