Skip to content

init: lock context interface #20

init: lock context interface

init: lock context interface #20

Workflow file for this run

name: Package Tests
on:
pull_request:
branches:
- "**"
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 23.1
uses: actions/setup-node@v3
with:
node-version: 23.1
- name: Install Dependencies
run: npm install
# Run TurboRepo tests
- name: Run tests
run: npm run test