更新 .gitea/workflows/ci.yaml
This commit is contained in:
@@ -14,8 +14,10 @@ jobs:
|
||||
- name: Source Code checkout
|
||||
uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }}
|
||||
- name: Build
|
||||
id: build
|
||||
uses: ./
|
||||
- name: Execute
|
||||
id: execute
|
||||
run: echo "do something..."
|
||||
test:
|
||||
name: 2. TEST
|
||||
runs-on: ubuntu
|
||||
|
||||
Reference in New Issue
Block a user