Skip to content

Commit

Permalink
workflow: add rhcs compose task
Browse files Browse the repository at this point in the history
This adds a github workflow for testing RHCS compose.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit c6846db)
  • Loading branch information
dsavineau committed Jul 12, 2021
1 parent 0cdee0b commit 203132a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rhcs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: rhcs
on: [pull_request]
jobs:
compose:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2

- name: compose the RHCS container image
run: ./contrib/compose-rhcs.sh

0 comments on commit 203132a

Please sign in to comment.