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:
|
||||
build:
|
||||
runs-on: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: http://gitea.xkkxyy.com/actions/checkout@4
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
deploy:
|
||||
runs-on: test
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user