ci: ci test

This commit is contained in:
2025-10-31 17:06:08 +08:00
parent 101ff278d0
commit b7980221e7

View File

@@ -9,7 +9,7 @@ on:
jobs:
build-and-deploy-dev:
if: github.ref_name == 'test'
runs-on: docker
runs-on: gitea_act_runner
container:
image: node:24-alpine
steps:
@@ -85,7 +85,7 @@ jobs:
build-and-deploy-prod:
if: github.ref_name == 'main'
runs-on: docker
runs-on: gitea_act_runner
container:
image: node:24-alpine
steps: