debug #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |