File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 cacheFrom : ghcr.io/eclipse-score/devcontainer
3434 imageTag : v1.2.0
35- runCmd : ${PIPX_BIN_DIR}/pre-commit run -a
35+ runCmd : env
36+ # ${PIPX_BIN_DIR}/pre-commit run -a
3637 # - name: Give User permissions to write
3738 # run: |
3839 # chown -R vscode:vscode "$GITHUB_WORKSPACE"
Original file line number Diff line number Diff line change 3131 runCmd : |
3232 bazel run //:ide_support
3333 bazel test //src/...
34-
35- - name : Prepare bundled test report
36- if : always()
37- # Creating tests-report directory
38- # Follow Symlinks via '-L' to copy correctly
39- # Copy everything inside the 'test-reports' folder
40- run : |
41- mkdir -p tests-report
42- rsync -amL --include='*/' --include='test.xml' --include='test.log' --exclude='*' bazel-testlogs/ tests-report/
34+ mkdir -p tests-report
35+ rsync -amL --include='*/' --include='test.xml' --include='test.log' --exclude='*' bazel-testlogs/ tests-report/
4336
4437 - name : Upload bundled consumer report
4538 if : always()
You can’t perform that action at this time.
0 commit comments