Skip to content

chore(deps): update dependency eslint-plugin-jest to v28.14.0 #221

chore(deps): update dependency eslint-plugin-jest to v28.14.0

chore(deps): update dependency eslint-plugin-jest to v28.14.0 #221

name: build-and-test
on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
check-dist:
name: "check-dist matches source"
uses: cloudposse/github-actions-workflows/.github/workflows/ci-typescript-app-check-dist.yml@main

Check failure on line 14 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-test.yml" -> "cloudposse/github-actions-workflows/.github/workflows/ci-typescript-app-check-dist.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
node-version: 20.x
unit-test:
name: "unit tests"
runs-on: ubuntu-latest
needs: check-dist
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
- name: install dependencies
run: yarn add ci
- name: run unit tests
run: yarn test