Skip to content

fix: move log file to logs folder #87

fix: move log file to logs folder

fix: move log file to logs folder #87

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
RP_TOKEN: ${{ secrets.RP_TOKEN }}
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i && npx playwright install chromium
- run: npm run lint
- run: npm test