Skip to content

Commit 3697361

Browse files
fix circle yml
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 008af40 commit 3697361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
mkdir -p coverage
3737
docker kill judgecompose_api_1
3838
docker run -t --env-file .env \
39-
-v "$PWD/coverage:/usr/src/judge-api/coverage" \
40-
--network judgecompose_default \
41-
--env "DEBUG=test:* JUDGEAPI_HOST=api JUDGEAPI_PORT=2222" codingblocks/judge-api \
42-
npm run cover
39+
-v "$PWD/coverage:/usr/src/judge-api/coverage" \
40+
--network judgecompose_default \
41+
--env "DEBUG=test:* JUDGEAPI_HOST=api JUDGEAPI_PORT=2222" codingblocks/judge-api \
42+
npm run cover
4343
- run:
4444
name: Submit Coverage
45-
command: - bash <(curl -s https://codecov.io/bash)
45+
command: bash <(curl -s https://codecov.io/bash)
4646

0 commit comments

Comments
 (0)