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 3e5bb2d commit 5352f36Copy full SHA for 5352f36
.github/workflows/main.yml
@@ -13,4 +13,4 @@ jobs:
13
- name: Build the Docker image
14
run: docker build -t mcappy/docker-react -f Dockerfile.dev .
15
- name: Run the test cases
16
- run: docker -e CI=true run mcappy/docker-react yarn test
+ run: docker run -e CI=true run mcappy/docker-react yarn test
0 commit comments