Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit f1fc327

Browse files
authored
Fix old E2E test run (#1350)
It is not able to find `Dockerfile` after recent changes: https://github.com/QuesmaOrg/quesma/actions/runs/13675543327/job/38235238910
1 parent d1aa8b5 commit f1fc327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
quesma:
4-
build: ../cmd
4+
build: ../
55
image: quesma:nightly
66
environment:
77
- QUESMA_CONFIG_FILE=/mnt/ci-config.yaml

0 commit comments

Comments
 (0)