Skip to content

debug

debug #40

Workflow file for this run

name: Workflo test
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
openstack-setup:
name: OpenStack setup
runs-on: [self-hosted, self-hosted-linux-amd64-jammy-xlarge]
steps:
# - name: Setup tmate session
# uses: canonical/action-tmate@main
- name: Setup microstack VM
uses: yanksyoon/microstack-action@main