update test materials to 68 (#9485) #5999
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: Web | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release | |
| - rc/** | |
| jobs: | |
| build-web: | |
| name: build-web | |
| runs-on: 'ubuntu-24.04-16core' | |
| steps: | |
| - uses: actions/[email protected] | |
| with: | |
| fetch-depth: 0 | |
| - uses: ./.github/actions/linux-prereq | |
| - uses: ./.github/actions/web-prereq | |
| - name: Run build script | |
| run: | | |
| cd build/web && printf "y" | ./build.sh continuous | |
| - uses: actions/upload-artifact@v4 | |
| with: | |
| name: filament-web | |
| path: out/filament-release-web.tgz |