return error when first tile references a non-existing image (#1472) #2637
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: emscripten | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
emscripten: | |
env: | |
EMSCRIPTEN_VERSION: 3.1.61 | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install emscripten | |
run: | | |
./scripts/install-ci-linux.sh | |
- name: Prepare CI | |
run: | | |
./scripts/prepare-ci.sh | |
- name: Run tests | |
run: | | |
./scripts/run-ci.sh |