Skip to content

Config builder/15 latest #6

Config builder/15 latest

Config builder/15 latest #6

Workflow file for this run

name: Mac 🧪
on:
push:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
run-tests:
runs-on: macos-latest
steps:
- name: Checkout Repository 📥
uses: actions/checkout@v4
- name: Setup Node.js 🌐
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install Dependencies 🧶
run: |
yarn
- name: Test 🔍
run: yarn test