fix(colorMap): Update response functions to set color map and range f… #2381
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 | |
| on: | |
| push: | |
| branches-ignore: | |
| - master | |
| - next | |
| jobs: | |
| test: | |
| uses: Geode-solutions/actions/.github/workflows/js-test.yml@master | |
| with: | |
| repos: ${{ vars.REPOS }} | |
| secrets: inherit |