We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 379ab15 + 1d5ac46 commit 1c2abdcCopy full SHA for 1c2abdc
1 file changed
.github/workflows/maven.yaml
@@ -21,7 +21,7 @@ jobs:
21
os: [ubuntu-latest, windows-latest]
22
defaults:
23
run:
24
- working-directory: maven
+ working-directory: maven/basic
25
steps:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-python@v5
@@ -36,7 +36,7 @@ jobs:
36
run: pip install launchable
37
- run: "launchable verify"
38
- name: Record commits and build
39
- run: 'launchable record build --name "$GITHUB_RUN_ID" --source ..' # care for working-directory path
+ run: 'launchable record build --name "$GITHUB_RUN_ID" --source ../..' # care for working-directory path
40
- name: "Subset and Test - Windows"
41
if: matrix.os == 'windows-latest'
42
run: |
0 commit comments