ci: run tests in pipeline and fix docker rate limits
Commit / ci (push) Successful in 10m32s
PullRequest / publish (pull_request) Failing after 5m21s

This commit is contained in:
2026-04-03 13:53:21 +02:00
parent beb790bed8
commit d6f6125204
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -34,3 +34,6 @@ jobs:
- name: Type Check (Svelte Check)
# Based on your package.json "check" script
run: pnpm check
- name: Run Tests (Vitest)
run: pnpm run test
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:25-trixie AS base
FROM public.ecr.aws/docker/library/node:25-trixie AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
# RUN corepack enable