Skip to content

Merge branch 'master' of https://github.com/input-output-hk/dapps-cer… #1066

Merge branch 'master' of https://github.com/input-output-hk/dapps-cer…

Merge branch 'master' of https://github.com/input-output-hk/dapps-cer… #1066

Workflow file for this run

name: CI Tests
on:
push:
pull_request:
workflow_call: # as ci-tests.yml is called from ci-deploy.yml as a dependency
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: |
cd react-web
npm ci
npm run test