Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
weilueluo committed Oct 30, 2023
1 parent dd68377 commit c8beab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ permissions:

jobs:
build:
uses: ./.github/workflow/module-build.yml
uses: ./.github/workflows/module-build.yml
secrets: inherit

unit-test:
needs: build
uses: ./.github/workflow/module-unit-test.yml
uses: ./.github/workflows/module-unit-test.yml
secrets: inherit

acceptance-test:
Expand All @@ -36,11 +36,11 @@ jobs:
secrets: inherit

scan-for-hardcoded-secrets:
uses: ./.github/workflow/module-scan-secrets.yml
uses: ./.github/workflows/module-scan-secrets.yml
secrets: inherit

generate:
uses: ./.github/workflow/module-generate.yml
uses: ./.github/workflows/module-generate.yml
secrets: inherit


Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflow-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ permissions:

jobs:
build:
uses: ./.github/workflow/module-build.yml
uses: ./.github/workflows/module-build.yml
secrets: inherit

unit-test:
needs: build
uses: ./.github/workflow/module-unit-test.yml
uses: ./.github/workflows/module-unit-test.yml
secrets: inherit

scan-for-hardcoded-secrets:
uses: ./.github/workflow/module-scan-secrets.yml
uses: ./.github/workflows/module-scan-secrets.yml
secrets: inherit

generate:
uses: ./.github/workflow/module-generate.yml
uses: ./.github/workflows/module-generate.yml
secrets: inherit

0 comments on commit c8beab5

Please sign in to comment.