Merge pull request #163 from square/fern-bot/01-21-2025-0801PM #4
This file contains 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: 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 |