Skip to content

Commit

Permalink
adding a test for building
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrajzew committed Aug 6, 2024
1 parent ba88f10 commit 6d86e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This workflow tests building UrMoAC on push

name: test-urmoac-build

on: [push]

jobs:
test:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -16,6 +15,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots verify --file pom.xml



0 comments on commit 6d86e04

Please sign in to comment.