Skip to content

chore(deps-dev): bump @dhis2/app-runtime from 3.9.0 to 3.9.4 #4647

chore(deps-dev): bump @dhis2/app-runtime from 3.9.0 to 3.9.4

chore(deps-dev): bump @dhis2/app-runtime from 3.9.0 to 3.9.4 #4647

Workflow file for this run

name: 'dhis2: test (node)'
on: push
jobs:
unit:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install
run: yarn install --frozen-lockfile
- name: Lint
run: |
yarn d2-app-scripts i18n generate
yarn d2-style check
- name: Test
run: yarn test
env:
CI: true