mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
fix(ci): run netlify build in node 24 check
The generic
> doesitarm@1.0.0 test /Users/athena/Code/doesitarm
> vitest run
Running Astro Config File
RUN v4.1.0 /Users/athena/Code/doesitarm
Test Files 7 passed (7)
Tests 20 passed | 3 todo (23)
Start at 13:00:20
Duration 1.76s (transform 317ms, setup 138ms, import 1.23s, tests 2.55s, environment 2ms) entrypoint assumes artifacts that only exist after the repo's full Netlify-style build. Run the real end-to-end Netlify build in GitHub Actions instead so the hosted Node 24 check matches the supported build surface.
This commit is contained in:
parent
edcc260faa
commit
2f667357af
1 changed files with 1 additions and 2 deletions
3
.github/workflows/run-ava-tests.js.yml
vendored
3
.github/workflows/run-ava-tests.js.yml
vendored
|
|
@ -34,5 +34,4 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
cache: pnpm
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm build
|
||||
- run: pnpm test
|
||||
- run: pnpm netlify-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue