feat(e2e): Add e2e tests for aoi and voi creation #2016
Workflow file for this run
This file contains hidden or 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 PR | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| jobs: | |
| test: | |
| uses: Geode-solutions/actions/.github/workflows/js-test-pr.yml@master | |
| with: | |
| repos: ${{ vars.REPOS }} | |
| secrets: inherit |