We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aef431 commit b74e43dCopy full SHA for b74e43d
.github/workflows/test.yaml
@@ -38,8 +38,8 @@ jobs:
38
- name: Build and push image
39
uses: docker/build-push-action@v4
40
with:
41
- context: ./solution
42
- file: ./solution/Dockerfile
+ context: .
+ file: ./Dockerfile
43
tags: ${{ env.IMAGE_NAME }}
44
push: true
45
@@ -48,7 +48,7 @@ jobs:
48
name: Run tests
49
runs-on: ubuntu-latest
50
timeout-minutes: 20
51
- if: github.action != 'github-classroom[bot]'
+
52
steps:
53
- name: Setup checker environment
54
uses: Central-University-IT/setup-test-2025-backend@v1
0 commit comments