Skip to content

Merge pull request #584 from deloz/feat-wework-customer-link-scene-op… #1432

Merge pull request #584 from deloz/feat-wework-customer-link-scene-op…

Merge pull request #584 from deloz/feat-wework-customer-link-scene-op… #1432

Workflow file for this run

name: Go Test
on: [ push ]
jobs:
test-go:
runs-on: ubuntu-latest
env:
API_V3_KEY: ${{ secrets.API_V3_KEY }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Test
run: make test