Adding devfile for Red Hat JBoss EAP 8 #41
Workflow file for this run
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: 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 |