mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(ci): fix workflow for build (#25072)
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -9,10 +9,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/checkout@v2
|
with:
|
||||||
with:
|
# Checkout the latest commit in this branch
|
||||||
# Checkout the latest commit in this branch
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
|
||||||
- uses: ./.github/workflows/actions/build-core
|
- uses: ./.github/workflows/actions/build-core
|
||||||
|
|
||||||
test-core-clean-build:
|
test-core-clean-build:
|
||||||
|
Reference in New Issue
Block a user