Skip to content

build: update github workflow file #55

build: update github workflow file

build: update github workflow file #55

name: Functional tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn test