Allow set_image and set_background_image at runtime on elements #51
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: Engine automated tests | |
| on: | |
| push: | |
| branches: [master, experimental] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| name: Build and Test Engine package | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: mlugg/setup-zig@v2 | |
| with: | |
| version: 0.14.1 | |
| - run: zig build test | |