diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 6f2a08d..2fe794f 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -47,7 +47,7 @@ jobs: - name: Run Go Tests run: cd Backend && go test ./... build: - needs: testing + # needs: testing name: Build Go Image and Upload runs-on: ubuntu-latest steps: @@ -69,4 +69,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: git.letsstein.de/tom/arbeitszeitmessung:latest - context: Docker + context: Backend