测time.yaml
This commit is contained in:
11
.github/workflows/测time.yaml
vendored
Normal file
11
.github/workflows/测time.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
job1:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: step1
|
||||
run: |
|
||||
touch somefile
|
||||
time zip -r somefile.zip somefile
|
Reference in New Issue
Block a user