Skip to content

refactor: html inline node (#105) #189

refactor: html inline node (#105)

refactor: html inline node (#105) #189

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
- name: Run Test
run: yarn test:coverage
- name: Upload coverage
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage/
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: drl990114/rme