Skip to content

Find badge number after logging in #2

Find badge number after logging in

Find badge number after logging in #2

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: |
npm ci
npx playwright install --with-deps
- run: npm test