Commit 76297709 by Francisco Giordano

enable running tests in PRs

parent 3d23f874
......@@ -21,4 +21,6 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/transpile.sh
if: github.ref != 'refs/heads/master'
- run: npm run test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment