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.
1 parent 7eb08b6 commit 2a3f386Copy full SHA for 2a3f386
.github/workflows/tests-code.yml
@@ -552,8 +552,8 @@ jobs:
552
for f in ${{ steps.changed-jablib-files.outputs.all_changed_files }}; do
553
echo "//SOURCES ../$f" >> "${{ matrix.script }}.java"
554
done
555
- jbang build --fresh "${{ matrix.script }}.java"
556
- - run: jbang "${{ matrix.script }}.java" --help
+ jbang build --fresh "${{ matrix.script }}"
+ - run: jbang "${{ matrix.script }}" --help
557
shell: bash
558
559
codecoverage:
0 commit comments