Skip to content

Merge branch 'main' of github.com:shigandco/shiggy-api #67

Merge branch 'main' of github.com:shigandco/shiggy-api

Merge branch 'main' of github.com:shigandco/shiggy-api #67

Workflow file for this run

on: [push, pull_request]
name: Tests
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run getshiggies
- run: bun test