Skip to content

Commit 2bd0529

Browse files
Testing enviroment
1 parent 019119b commit 2bd0529

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
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"

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,8 @@ jobs:
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()

0 commit comments

Comments
 (0)