Skip to content

Commit b74e43d

Browse files
ci: Fix test.yaml.
1 parent 2aef431 commit b74e43d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Build and push image
3939
uses: docker/build-push-action@v4
4040
with:
41-
context: ./solution
42-
file: ./solution/Dockerfile
41+
context: .
42+
file: ./Dockerfile
4343
tags: ${{ env.IMAGE_NAME }}
4444
push: true
4545

@@ -48,7 +48,7 @@ jobs:
4848
name: Run tests
4949
runs-on: ubuntu-latest
5050
timeout-minutes: 20
51-
if: github.action != 'github-classroom[bot]'
51+
5252
steps:
5353
- name: Setup checker environment
5454
uses: Central-University-IT/setup-test-2025-backend@v1

0 commit comments

Comments
 (0)