test in cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 59s

This commit is contained in:
Arthur Wambst 2025-06-11 16:14:51 +02:00
parent 04d87e6113
commit a6d054a09a

View File

@ -12,9 +12,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: |
cd banquise-website
npm ci
- run: |
cd banquise-website
npm run build
- name: install dep
run: |
cd banquise-website
npm ci
- name: build
run: |
cd banquise-website
npm run build