Skip to content
Snippets Groups Projects
Unverified Commit 6063ce22 authored by sweep-ai[bot]'s avatar sweep-ai[bot] Committed by GitHub
Browse files

sweep: Create .github/workflows/test.yml

parent fe3b1f4f
No related branches found
No related tags found
No related merge requests found
name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: |
npm i -g pnpm
pnpm install
- name: Run tests
run: pnpm run test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment