Skip to content

Merge pull request #163 from square/fern-bot/01-21-2025-0801PM #4

Merge pull request #163 from square/fern-bot/01-21-2025-0801PM

Merge pull request #163 from square/fern-bot/01-21-2025-0801PM #4

Workflow file for this run

name: ci
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
# TODO: Replace the following 'run' statement with the following when TEST_SQUARE_TOKEN secret exists.
# run: yarn && yarn test:integration
run: yarn