CI
This commit is contained in:
parent
0d2b118e52
commit
ab81f1f86c
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: test
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: http://gitea.xkkxyy.com/actions/checkout@4
|
uses: http://gitea.xkkxyy.com/actions/checkout@4
|
||||||
@ -16,7 +16,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: test
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Test
|
- name: Deploy to Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user