Skip to content

Adding devfile for Red Hat JBoss EAP 8 #41

Adding devfile for Red Hat JBoss EAP 8

Adding devfile for Red Hat JBoss EAP 8 #41

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Check registry build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
path: registry-repo
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: 1.13
- name: Check if devfile registry build is working
run: registry-repo/.ci/build.sh