Skip to content

openstack: add simple test for the openstack-populator #3

openstack: add simple test for the openstack-populator

openstack: add simple test for the openstack-populator #3

Workflow file for this run

name: go-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with the Go CLI
run: go test ./...