Skip to content

Commit 5352f36

Browse files
authored
Update main.yml
1 parent 3e5bb2d commit 5352f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- name: Build the Docker image
1414
run: docker build -t mcappy/docker-react -f Dockerfile.dev .
1515
- name: Run the test cases
16-
run: docker -e CI=true run mcappy/docker-react yarn test
16+
run: docker run -e CI=true run mcappy/docker-react yarn test

0 commit comments

Comments
 (0)