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

This commit is contained in:
valere
2025-09-20 10:00:25 +02:00
parent 1b5862ff61
commit 8777c2a7c9

View File

@@ -2,19 +2,6 @@ name: Deploy App
on: [push] on: [push]
jobs: jobs:
test:
runs-on: ubuntu-22.04
container:
image: node:20-alpine
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
npm install -g pnpm
pnpm install --frozen-lockfile
- name: test
run: pnpm test
deploy: deploy:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container: container: