Skip to content

🍒 Merge changes from PR #245 to release-v1.6.0 #342

🍒 Merge changes from PR #245 to release-v1.6.0

🍒 Merge changes from PR #245 to release-v1.6.0 #342

Workflow file for this run

name: Compile, lint and test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checking out git repo
uses: actions/checkout@v4
- name: Use Node.js 18.19
uses: actions/setup-node@v2
with:
node-version: '18.19'
cache: 'npm'
- name: Runs dependency installation
run: yarn
- name: Compile
run: yarn test:compilation
- name: Test
run: yarn test