feat: test gitea actions with frontend build and test!
Some checks failed
Build and test / Build (push) Has been cancelled

This commit is contained in:
Muyao CHEN
2024-10-08 23:28:00 +02:00
parent 8e73dc5f0b
commit 5379895c4c
17 changed files with 392 additions and 0 deletions

View File

@ -52,4 +52,12 @@ jobs:
run: make build
- name: Test backend
run: make test
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Build frontend
run: make web-build
- name: Test frontend
run: make web-test
- run: echo "🍏 This job's status is ${{ job.status }}."