diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 033b6ae9d..58be99427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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