From a27182c9238a1108e2fc7813dba335f44cb838af Mon Sep 17 00:00:00 2001 From: Rimo Date: Fri, 3 Mar 2023 21:07:12 +0800 Subject: [PATCH] Update and rename test.yml to functional.yml --- .github/workflows/{test.yml => functional.yml} | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) rename .github/workflows/{test.yml => functional.yml} (67%) diff --git a/.github/workflows/test.yml b/.github/workflows/functional.yml similarity index 67% rename from .github/workflows/test.yml rename to .github/workflows/functional.yml index 079c0f4..fc238c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/functional.yml @@ -1,22 +1,17 @@ -name: "test" +name: "functional" on: - pull_request: - branches: [ "master" ] - push: - branches: [ "master" ] schedule: - - cron: '0 0 * * *' + - cron: '0 2 * * 6' jobs: - test: # make sure the action works on a clean machine without building + functional: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] version: [1.7.0, 1.7.14, latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: ./ + - uses: yizhoumo/setup-ossutil@v1 with: ossutil-version: ${{ matrix.version }} endpoint: ${{ secrets.OSS_ENDPOINT }}