测time.yaml
All checks were successful
/ job2 (push) Successful in -36s
/ job3 (push) Has been skipped
/ job1 (push) Successful in -36s
/ hashFiles (push) Successful in -36s
/ go-hashfiles (push) Successful in 10s
/ opt_hostedtoolcache (push) Successful in -35s
/ Cache-Java-Test (push) Successful in 1m6s
All checks were successful
/ job2 (push) Successful in -36s
/ job3 (push) Has been skipped
/ job1 (push) Successful in -36s
/ hashFiles (push) Successful in -36s
/ go-hashfiles (push) Successful in 10s
/ opt_hostedtoolcache (push) Successful in -35s
/ Cache-Java-Test (push) Successful in 1m6s
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