Fixed order of Gitea Action in Test-Build
Some checks failed
Test and Build Docker Image / Test-Build (push) Failing after 0s
Test and Build Docker Image / Build-Image (push) Failing after 3s

This commit is contained in:
Dagger 2023-10-22 10:58:52 -05:00
parent 8a36d5509b
commit 0c8e6f7602

View File

@ -9,13 +9,13 @@ jobs:
steps: steps:
- run: python --version - run: python --version
- run: pip --version - run: pip --version
- run: pip install -r requirements.txt
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: List files in the repository - name: List files in the repository
run: | - run: |
ls ${{ gitea.workspace }} ls ${{ gitea.workspace }}
- run: pip install -r requirements.txt
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
Build-Image: Build-Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest