Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
nielsbasjes committed Apr 15, 2021
1 parent e928192 commit 6148c59
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/full-build.yml
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

name: Full Build
name: Build and Test Yauaa

on:
push:
Expand All @@ -25,18 +25,17 @@ on:

jobs:
build:
name: Build project with Java ${{ matrix.java }}

name: Build Yauaa Java ${{ matrix.java }}
runs-on: ubuntu-latest

strategy:
matrix:
java:
- '8'
- '11'

steps:
- uses: actions/checkout@v2
- name: Checkout sourcecode
uses: actions/checkout@v2

- name: Cache Local Maven Repository
uses: actions/cache@v2
Expand All @@ -52,5 +51,5 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'

- name: Build with Maven
- name: Build Yauaa
run: mvn test -PdisableDockerHubUsages

0 comments on commit 6148c59

Please sign in to comment.