Skip to content

Merge pull request #808 from dictyBase/dependabot/npm_and_yarn/jotai-… #235

Merge pull request #808 from dictyBase/dependabot/npm_and_yarn/jotai-…

Merge pull request #808 from dictyBase/dependabot/npm_and_yarn/jotai-… #235

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

Check failure on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "dictyBase/workflows/.github/workflows/docker-publish.yaml@main" : failed to fetch workflow: workflow was not found.
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