diff --git a/.github/workflows/测time.yaml b/.github/workflows/测time.yaml new file mode 100644 index 0000000..559199f --- /dev/null +++ b/.github/workflows/测time.yaml @@ -0,0 +1,11 @@ +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: step1 + run: | + touch somefile + time zip -r somefile.zip somefile \ No newline at end of file