Skip to content

Merge pull request #313 from Quramy/renovate/short-uuid-5.x #788

Merge pull request #313 from Quramy/renovate/short-uuid-5.x

Merge pull request #313 from Quramy/renovate/short-uuid-5.x #788

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: npm install, build, and test
run: |
npm ci
npm run bootstrap
npm run lint
npm run migrate:test
npm run test:ci
env:
CI: true
# - uses: codecov/codecov-action@v1
# with:
# name: jest
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/coverage-final.json