Skip to content

skip malformed integration tests (#232) #143

skip malformed integration tests (#232)

skip malformed integration tests (#232) #143

Workflow file for this run

name: integration tests
on: [push]
jobs:
integration:
env:
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up node
uses: actions/setup-node@v3
- name: Run integration tests
run: yarn && yarn test:integration