chore: Add build step to integration tests

pull/84/head
boazpoolman 2022-12-30 14:01:34 +01:00
parent 468303cb81
commit f7a64d562d
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ jobs:
run: yarn --frozen-lockfile --unsafe-perm run: yarn --frozen-lockfile --unsafe-perm
- name: Install dependencies playground - name: Install dependencies playground
run: yarn playground:install --frozen-lockfile --unsafe-perm run: yarn playground:install --frozen-lockfile --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run test - name: Run test
run: yarn run -s test:integration run: yarn run -s test:integration
- name: Upload coverage to Codecov - name: Upload coverage to Codecov