Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko committed Oct 16, 2023
1 parent 9b82c0e commit 37eceb6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify App
name: Verify Frames

on:
push:
Expand All @@ -19,10 +19,10 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: app
run-android-lint: true
run-assemble: true
run-unit-test: true
run-unit-test: true
2 changes: 1 addition & 1 deletion .github/workflows/verify-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-example-app-frames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: example_app_frames
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-frames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: frames
Expand Down

0 comments on commit 37eceb6

Please sign in to comment.