File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66
77jobs :
8+ check :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - uses : pnpm/action-setup@v4
13+ with :
14+ version : 9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf
15+ run_install : false
16+ - uses : actions/setup-node@v4
17+ with :
18+ node-version : 23
19+ cache : pnpm
20+ - run : pnpm install
21+ - run : pnpm run check:ci
22+
823 test :
24+ needs : [check]
925 runs-on : ubuntu-latest
1026 services :
1127 postgres :
6177 node-version : 23
6278 cache : pnpm
6379 - run : pnpm install
64- - run : pnpm run check:ci
6580 - name : Ensure the directory for test uploads
6681 run : mkdir -p tmp/test_storage
6782 - name : Run the database migrations
You can’t perform that action at this time.
0 commit comments