update : add caddy, domains, rebrand with changing kukisite to AlpineConsent
This commit is contained in:
@@ -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!"
|
||||
Reference in New Issue
Block a user