Skip to content

Commit b3dcc97

Browse files
authored
Fix error in GH action (#30)
Missing end of string generating test report
1 parent cfbff10 commit b3dcc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
22+
2323
- uses: actions/checkout@v4
2424

2525
- uses: dylan-lang/install-opendylan@v3
@@ -37,4 +37,4 @@ jobs:
3737
if: success() || failure()
3838
uses: mikepenz/action-junit-report@v4
3939
with:
40-
report_paths: '**/_build/TEST-*.xml
40+
report_paths: '**/_build/TEST-*.xml'

0 commit comments

Comments
 (0)