更新 .github/workflows/test.yaml
This commit is contained in:
parent
26da5c36df
commit
1aa9e9ba90
14
.github/workflows/test.yaml
vendored
14
.github/workflows/test.yaml
vendored
@ -3,10 +3,10 @@ name: Build
|
|||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 测试
|
- name: 测试
|
||||||
run: |
|
run: |
|
||||||
df
|
df
|
||||||
ls -al
|
ls -al
|
Loading…
Reference in New Issue
Block a user