Skip to content

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #188

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #188

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: πŸ—οΈ Build
on:
push:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
permissions:
actions: write
contents: read
packages: write
jobs:
build:
name: πŸ›  Build
runs-on: ubuntu-latest
environment: production
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: πŸ›‘ Cancel Previous Runs
uses: styfle/[email protected]
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://npm.pkg.github.com"
# cache: "yarn"
- run: yarn
- run: yarn build
test:
name: πŸ§ͺ Test
runs-on: ubuntu-latest
steps:
- name: πŸ›‘ Cancel Previous Runs
uses: styfle/[email protected]
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: "https://npm.pkg.github.com"
# cache: "yarn"
- run: yarn
- name: ⚑ Run vitest
run: npm run test:ci
env:
SESSION_SECRET: secret
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/dev?schema=public"
CRON_API_KEY: 00000000-0000-0000-0000-000000000000