AleaArt - Project Submission for EthOnline 2025 (Pyth Entropy Track) #120
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: "Lazer JS Test Suite" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| lazer-js-test-suite: | |
| name: Lazer JS Test Suite | |
| runs-on: ubuntu-22.04 | |
| defaults: | |
| run: | |
| working-directory: lazer/js | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 18 | |
| - run: npm install --global pnpm@9.2.0 | |
| - run: pnpm install --frozen-lockfile | |
| - run: pnpm run test |