feat: added actions tests

This commit is contained in:
Arthur Wambst 2025-06-11 16:21:51 +02:00 committed by Arthur Wambst
parent f52f7e9afe
commit 6b00fbf8e2
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
name: Build
run-name: CI/CD website
on: [push]
jobs:
@ -12,11 +12,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24.x'
- name: install dep
- name: Install dependencies
run: |
cd banquise-website
npm ci
- name: build
- name: Building
run: |
cd banquise-website
npm run build