diff --git a/.githhub/workflows/main.yml b/.githhub/workflows/main.yml deleted file mode 100644 index 1225515..0000000 --- a/.githhub/workflows/main.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Set up Amazon Corretto 25 - uses: actions/setup-java@v4 - with: - distribution: 'corretto' - java-version: '25' - cache: 'maven' - - - name: Build & run unit tests - run: mvn -q -B test