Skip to content

Focus.ShadowPurification: Implement this new feature (issue #321) #1606

Focus.ShadowPurification: Implement this new feature (issue #321)

Focus.ShadowPurification: Implement this new feature (issue #321) #1606

Workflow file for this run

name: Tests CI
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
Run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install jest
run: yarn --cwd "tst" add --dev jest
- name: Generate tests
run: |
cd tst
./resolve_test_imports.sh
- name: Run tests
timeout-minutes: 5
run: yarn --cwd "tst" test