Woopsie in Action again
Some checks failed
Test and Build Docker Image / Build-Image (push) Failing after 2s
Test and Build Docker Image / Test-Build (push) Failing after 1s

This commit is contained in:
Dagger 2023-10-22 11:05:58 -05:00
parent 0c8e6f7602
commit 5675831903

View File

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