Skip to content

Bump platform-api to v0.5.0 for /v1/devtools/publish-module #627

Bump platform-api to v0.5.0 for /v1/devtools/publish-module

Bump platform-api to v0.5.0 for /v1/devtools/publish-module #627

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25.5'
- name: Run tests
run: make test