Skip to content

Commit

Permalink
[CI] rename buildInner to testInner
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 20, 2024
1 parent a56cc2c commit 496e39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- api-level: 30
arch: x86
api-type-target: aosp_atd
uses: ./.github/workflows/buildInner.yml
uses: ./.github/workflows/testInner.yml
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
Expand All @@ -136,7 +136,7 @@ jobs:
# - x86_64
- x86
api-type-target: [default]
uses: ./.github/workflows/buildInner.yml
uses: ./.github/workflows/testInner.yml
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
Expand Down
File renamed without changes.

0 comments on commit 496e39d

Please sign in to comment.