Skip to content

Register application ID on DK Portal metadata #353

Register application ID on DK Portal metadata

Register application ID on DK Portal metadata #353

Workflow file for this run

name: Test CI
on:
pull_request:
branches:
- main
jobs:
test-react:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Run React tests
run: |
cd react
yarn
yarn test --passWithNoTests
env:
CI: true