Skip to content

fix: tests using I.say #70

fix: tests using I.say

fix: tests using I.say #70

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 test