Surface_sweep_2: Handle new overlap on the right of an event that is interior to a curve #7980
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Polyhedron Demo | |
on: [push, pull_request] | |
jobs: | |
batch_1: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install dependencies | |
run: .github/install.sh | |
- name: run1 | |
run: ./.github/test.sh 0 ${{ github.workspace }} | |
batch_2: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install dependencies | |
run: .github/install.sh | |
- name: run2 | |
run: ./.github/test.sh 1 ${{ github.workspace }} | |
batch_3: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install dependencies | |
run: .github/install.sh | |
- name: run3 | |
run: ./.github/test.sh 2 ${{ github.workspace }} | |
batch_4: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install dependencies | |
run: .github/install.sh | |
- name: run4 | |
run: ./.github/test.sh 3 ${{ github.workspace }} |