Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun authored Aug 21, 2024
1 parent 87fccda commit 735961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: ${{ runner.os == 'macOS' || runner.os == 'Linux' }}
- name: Perform Lingua Franca TypeScript tests
run: |
./gradlew targetTest -Ptarget=TypeScript -Druntime="file:/${{ github.workspace }}/reactor-ts"
./gradlew targetTest -Ptarget=TypeScript -Druntime="file:/${{ github.workspace }}"
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 735961e

Please sign in to comment.