Skip to content

Merge remote-tracking branch 'origin/main' into feat/users-svc #10

Merge remote-tracking branch 'origin/main' into feat/users-svc

Merge remote-tracking branch 'origin/main' into feat/users-svc #10

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
- staging
permissions:
actions: read
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Run test
run: pnpm run test