Skip to content

fix: use category to identify products #25

fix: use category to identify products

fix: use category to identify products #25

Workflow file for this run

name: Integrationtest
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Install Node'
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: 'Install Deps'
run: npm install
- name: 'Install playwright'
run: npx playwright install
- name: 'Integration test'
run: npm run test:integration