Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jul 2, 2024
1 parent 1aebdbb commit ac22820
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
id: npm-ci-test
run: npm run ci-test

test-action:
list:
name: GitHub Actions Test
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.list-action.outputs.matrix }}

steps:
- name: Checkout
Expand All @@ -77,13 +79,14 @@ jobs:
sync-oss:
name: "Sync to OSS"
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.find-cache.outputs.matrix }}
needs: list
strategy:
fail-fast: true
max-parallel: 12
matrix: ${{ needs.list.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- name: Checkout Oneflow-Inc/oneflow
uses: actions/checkout@v2
- name: Test Local Action
id: list-action
uses: ./actions/sync
with:
repository: Oneflow-Inc/oneflow
ref: ${{ env.ONEFLOW_REF }}
path: ${{ env.ONEFLOW_SRC }}
urls: ${{ matrix.urls }}

0 comments on commit ac22820

Please sign in to comment.