test
Some checks failed
Deploy App / test (push) Failing after 37s
Deploy App / deploy (push) Failing after 10s

This commit is contained in:
valere
2025-09-20 00:51:22 +02:00
parent c5da118661
commit 5f4e526d6d
2 changed files with 5 additions and 2 deletions

View File

@@ -8,8 +8,12 @@ jobs:
image: node:20-alpine
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
npm install -g pnpm
pnpm install --frozen-lockfile
- name: test
run: echo "write your test here"
run: pnpm test
deploy:
runs-on: ubuntu-22.04

View File

@@ -7,7 +7,6 @@ RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml* ./
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm test
RUN pnpm build
# Stage production