Skip to content

[BK]: Create Attributes, AttributeValues, and ProductVariantAttributes Entities and APIs #42

[BK]: Create Attributes, AttributeValues, and ProductVariantAttributes Entities and APIs

[BK]: Create Attributes, AttributeValues, and ProductVariantAttributes Entities and APIs #42

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Check SQLite Version
run: sqlite3 --version
- name: Install Dependencies
run: npm ci
- name: Print Environment Variables
run: env
- name: Run Tests with Logs
env:
NODE_ENV: test
run: NODE_OPTIONS=--trace-warnings jest --verbose --runInBand