This commit is contained in:
parent
41e52f9d81
commit
916fbd8b85
@ -13,12 +13,12 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Build new package
|
- name: Ensure environment
|
||||||
run: make build
|
run: make ensure_env
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: make install
|
run: make install
|
||||||
- name: Run application
|
- name: Build new package
|
||||||
run: make run
|
run: make build
|
||||||
- name: Test application
|
- name: Test application
|
||||||
run: make test
|
run: make test
|
||||||
- name: Push new packages
|
- name: Push new packages
|
||||||
|
Loading…
Reference in New Issue
Block a user