Skip to content

🌿 Fern Regeneration -- February 18, 2025 (#36) #77

🌿 Fern Regeneration -- February 18, 2025 (#36)

🌿 Fern Regeneration -- February 18, 2025 (#36) #77

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 go
uses: actions/setup-go@v4
- name: Test
run: go test ./... -tags=integration