Skip to content

F OpenNebula/one#6368: Improve SSH live migration action #517

F OpenNebula/one#6368: Improve SSH live migration action

F OpenNebula/one#6368: Improve SSH live migration action #517

Workflow file for this run

name: OpenNebula Smoke Tests
# Controls when the action will run.
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
smoke-tests:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install rubocop
run: gem install rubocop
- name: Install CppCheck
run: sudo apt install -y cppcheck
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# Runs a single command using the runners shell
- name: Run Smoke Tests
run: $GITHUB_WORKSPACE/share/smoke_tests/smoke_tests.sh