test in cd

This commit is contained in:
Arthur Wambst 2025-06-11 16:12:58 +02:00 committed by Arthur Wambst
parent 0324a8ae1a
commit d1df8d75ce
No known key found for this signature in database

View File

@ -8,16 +8,13 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: cd banquise-website
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: ls
- run: npm ci
- run: npm run build
- run: |
cd banquise-website
npm ci
- run: |
cd banquise-website
npm run build