mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
L #-: Adjustments for GH actions smoke tests
This commit is contained in:
parent
b900491a9a
commit
0e29710e1e
20
.github/workflows/smoke_tests.yml
vendored
20
.github/workflows/smoke_tests.yml
vendored
@ -1,26 +1,12 @@
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
name: OpenNebula Smoke Tests
|
||||
|
||||
# Controls when the action will run.
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
smoke-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user