Skip to content

ci: fix environment name on service #13

ci: fix environment name on service

ci: fix environment name on service #13

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm run test