Skip to content

Merge branch '69-use-fhir-questionnaire' of https://github.com/beda-s… #70

Merge branch '69-use-fhir-questionnaire' of https://github.com/beda-s…

Merge branch '69-use-fhir-questionnaire' of https://github.com/beda-s… #70

Workflow file for this run

name: tests
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
env:
AIDBOX_LICENSE: ${{ secrets.AIDBOX_LICENSE_KEY_TESTS }}
AIDBOX_LICENSE_ID_TESTS: ${{ secrets.AIDBOX_LICENSE_ID_TESTS }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 20.7.0
- run: yarn install --network-concurrency 1
- run: yarn run typecheck
- run: ./run_test.sh
- run: yarn build:web