Fixed order of Gitea Action in Test-Build
This commit is contained in:
parent
8a36d5509b
commit
0c8e6f7602
@ -9,13 +9,13 @@ jobs:
|
||||
steps:
|
||||
- run: python --version
|
||||
- run: pip --version
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
- run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
- run: pip install -r requirements.txt
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
||||
Build-Image:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user