Skip to content

Commit

Permalink
use published rete-qa package for regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Dec 20, 2023
1 parent a16968f commit d880cb6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,11 @@ jobs:
fonts-freefont-ttf
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get -qyy clean
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build tool
run: npm run build
- name: Install Rete QA
run: npm i -g rete-qa rete-kit
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Init application
Expand Down

0 comments on commit d880cb6

Please sign in to comment.