Modify index.ts to export all types flatly (#205) #108
This file contains hidden or 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 | |
| run: yarn && yarn test:integration |