Skip to content

fix(ci): enable include-hidden-files for .next/ artifact upload #406

fix(ci): enable include-hidden-files for .next/ artifact upload

fix(ci): enable include-hidden-files for .next/ artifact upload #406

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
Test:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Setup Project
uses: ./.github/actions/setup
- name: Test
run: pnpm test:unit