Skip to content

fix: reset selected Product/CVE on switch to overview/back #416

fix: reset selected Product/CVE on switch to overview/back

fix: reset selected Product/CVE on switch to overview/back #416

name: Integrationtest
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: "20.X"
- name: "Install Deps"
run: npm install
- name: "Install playwright"
run: npx playwright install
- name: "Integration test"
run: npm run test:integration