Skip to content

Commit

Permalink
GHA to test building
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Apr 22, 2024
1 parent df46544 commit 68398c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Build

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up JAVA 8
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'temurin'
- name: Build with Maven
run: mvn -B package --file pom.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# student-mobility-inteken-ontvanger-generiek

[![Build Status](https://github.com/SURFnet/student-mobility-inteken-ontvanger-generiek/actions/workflows/maven.yml/badge.svg)](https://github.com/SURFnet/student-mobility-inteken-ontvanger-generiek/actions/workflows/maven.yml/badge.svg)
[![Build Status](https://github.com/SURFnet/student-mobility-inteken-ontvanger-generiek/actions/workflows/build.yml/badge.svg)](https://github.com/SURFnet/student-mobility-inteken-ontvanger-generiek/actions/workflows/maven.yml/badge.svg)
[![codecov](https://codecov.io/gh/SURFnet/student-mobility-inteken-ontvanger-generiek/branch/main/graph/badge.svg)](https://codecov.io/gh/SURFnet/student-mobility-inteken-ontvanger-generiek)

Generic part of the institution hosted part of the broker for educational
Expand Down

0 comments on commit 68398c3

Please sign in to comment.