Skip to content

Commit

Permalink
Merge pull request #298 from lf-lang/ci-script
Browse files Browse the repository at this point in the history
Retrieval of reactor-ts via git and not the local filesystem
  • Loading branch information
byeonggiljun authored Aug 22, 2024
2 parents 87fccda + 246ff4b commit 60fc251
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="git://github.com/lf-lang/reactor-ts.git#${{ github.ref }}"
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60fc251

Please sign in to comment.