Skip to content

Commit

Permalink
Fix error in GH action
Browse files Browse the repository at this point in the history
Missing end of string
  • Loading branch information
fraya committed Apr 4, 2024
1 parent cfbff10 commit 26cec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4

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

0 comments on commit 26cec16

Please sign in to comment.