Skip to content

Commit 1c2abdc

Browse files
authored
Merge pull request #100 from cloudbees-oss/fix-maven-ci
[chore] fix path
2 parents 379ab15 + 1d5ac46 commit 1c2abdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest]
2222
defaults:
2323
run:
24-
working-directory: maven
24+
working-directory: maven/basic
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install launchable
3737
- run: "launchable verify"
3838
- name: Record commits and build
39-
run: 'launchable record build --name "$GITHUB_RUN_ID" --source ..' # care for working-directory path
39+
run: 'launchable record build --name "$GITHUB_RUN_ID" --source ../..' # care for working-directory path
4040
- name: "Subset and Test - Windows"
4141
if: matrix.os == 'windows-latest'
4242
run: |

0 commit comments

Comments
 (0)