Eth Global Submission: Chaos LP Uniswap v4 example (Price feeds + Entropy) #136
Workflow file for this run
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 [email protected] | |
| - run: pnpm install --frozen-lockfile | |
| - run: pnpm run test |