Skip to content

Commit 1efde71

Browse files
committed
running tests from main dir
1 parent c46c8e4 commit 1efde71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
# Copy the entire project into the container
88
COPY . .
99

10-
RUN ./setup_test.sh && docker-compose up --build -d
10+
RUN ./setup_github.sh && docker-compose up --build -d
1111

1212
# Build and run the test service using Docker Compose
13-
CMD []
13+
CMD ["docker", "compose", "run", "test", "cypress", "run"]

0 commit comments

Comments
 (0)