skip asset minification, remove String.raw (#349)
#383
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 | |
| jobs: | |
| run-tests: | |
| name: Test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: volta-cli/action@v4 | |
| - name: Install TLS Certificate | |
| uses: ./.github/actions/install-cert | |
| - name: Install Node.js dependencies | |
| run: npm ci | |
| - run: npm run prepack | |
| - run: npm test |