Skip to content

Commit

Permalink
Don't build extra examples for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Aug 17, 2019
1 parent 5ab106f commit 6f8d378
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,3 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: ./build.sh examples-pt4
examples-extra-pt1:
name: Build examples (examples-extra-pt1)
needs: tests
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- run: ./build.sh examples-extra-pt1
examples-extra-pt2:
name: Build examples (examples-extra-pt2)
needs: tests
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- run: ./build.sh examples-extra-pt2
examples-extra-pt3:
name: Build examples (examples-extra-pt3)
needs: tests
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- run: ./build.sh examples-extra-pt3

0 comments on commit 6f8d378

Please sign in to comment.