Skip to content

[Sprig App] heartgame #2375

[Sprig App] heartgame

[Sprig App] heartgame #2375

Workflow file for this run

name: Unit Tests
on:
pull_request:
types: [opened, reopened, edited, synchronize]
env:
PUBLIC_MAX_LOOP_TIME_MS: 1500

Check failure on line 8 in .github/workflows/unit_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit_tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
PUBLIC_MAX_ITERATIONS: 2000
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Execute Unit tests
run: |
yarn install --frozen-lockfile
yarn run test:unit