Skip to content

Commit

Permalink
Revert "TypeScript CI: Hash by package.json, not lock files."
Browse files Browse the repository at this point in the history
This reverts commit 36cfae4.
  • Loading branch information
lhstrh committed Jan 8, 2022
1 parent 6cd3e09 commit 4be1d73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ts-tests.yml
Expand Up @@ -46,11 +46,6 @@ jobs:
path: org.lflang/src/lib/ts/reactor-ts
ref: ${{ inputs.runtime-ref }}
if: ${{ inputs.runtime-ref }}
- name: Cache .pnpm-store
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('org.lflang/src/lib/ts/package.json') }}
- name: Perform TypeScript tests
run: |
./gradlew test --tests org.lflang.tests.runtime.TypeScriptTest.*

0 comments on commit 4be1d73

Please sign in to comment.