Skip to content

hotfix(build): missing dependencies failing aws amplify deployment #11

hotfix(build): missing dependencies failing aws amplify deployment

hotfix(build): missing dependencies failing aws amplify deployment #11

Workflow file for this run

name: Unit Tests
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: πŸ›ŽοΈ Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0 # All history for branches and tags
- name: 🍞 Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: πŸ“‚ Install Dependencies
run: bun install
- name: πŸ’€ Run Unit Tests
run: bun run test:vitest
- name: πŸ’° Profit
run: echo 🐞