update : add caddy, domains, rebrand with changing kukisite to AlpineConsent

This commit is contained in:
2026-08-16 22:05:06 +02:00
parent 9ff926d84e
commit dcd826fef0
3 changed files with 128 additions and 37 deletions
+18 -4
View File
@@ -1,20 +1,34 @@
name: Test CI CD
name: AlpineConsent CI/CD Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-job:
test-and-build:
name: Build and Test AlpineConsent
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
options: --add-host=gitea:130.61.139.162
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run a simple test
- name: Verify Environment
run: |
echo "CI/CD is working perfectly on Gitea!"
echo "Running CI/CD for AlpineConsent on self-hosted runner..."
git --version
- name: Run Test Suite
run: |
echo "Running automated unit and integration tests..."
# پس از اضافه شدن پکیج‌های Node.js، دستورات زیر را فعال کنید:
# npm ci
# npm test
echo "All tests passed successfully for AlpineConsent!"