test in cd

This commit is contained in:
Arthur Wambst 2025-06-11 15:55:16 +02:00 committed by Arthur Wambst
parent 86db79779b
commit cae1d108c2
No known key found for this signature in database

View File

@ -8,11 +8,15 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- 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
- run: npm ci
- run: npm install
- run: npm run build