We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6ad98 commit 2a35d58Copy full SHA for 2a35d58
.github/workflows/main.yml
@@ -15,11 +15,8 @@ jobs:
15
- name: Build and Test with Coverage
16
run: |
17
docker run --rm \
18
- -e PROPERTIES="BUILD_ID:${{ github.run_number }}" \
19
- -w "/app" \
20
- -v $PWD:/app \
21
- node:8 bash -c "\
22
- npm i --no-save -q; \
23
- npm run build; \
24
- npm run coverage -- --reporter mocha-junit-reporter; \
25
- chown -R $(id -u):$(id -g) ."
+ -e PROPERTIES="BUILD_ID:${{ github.run_number }}" \
+ -w "/app" \
+ -v $PWD:/app \
+ node:8 bash -c "npm i --no-save -q; npm run build; npm run coverage -- --reporter mocha-junit-reporter; chown -R $(id -u):$(id -g) ."
+
0 commit comments