Skip to content

fix(components): rename parseFormattedStringToDOMElements to parseFor… #227

fix(components): rename parseFormattedStringToDOMElements to parseFor…

fix(components): rename parseFormattedStringToDOMElements to parseFor… #227

Workflow file for this run

name: continuous integration
on:
push:
branches:
- develop
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: set up node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: check out code
uses: actions/checkout@v4
- name: install
run: yarn install --ignore-engines
- name: unit tests
run: yarn coverage
- name: upload test coverage to codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV }}
call-frontpage-docker-build:
needs: test
uses: dictyBase/workflows/.github/workflows/docker-publish.yaml@main
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: dicty-frontpage
dockerfile: "docker/Dockerfile.frontpage"
call-dsc-docker-build:
needs: test
uses: dictyBase/workflows/.github/workflows/docker-publish.yaml@main
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
image: stock-center
dockerfile: docker/Dockerfile.stock-center
call-publication-docker-build:
needs: test
uses: dictyBase/workflows/.github/workflows/docker-publish.yaml@main
secrets: inherit
with:
repository: ${{ github.repository }}
ref: ${{ github.ref_name }}
dockerfile: "docker/Dockerfile.publication"
image: publication