Skip to content

Commit

Permalink
Crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Feb 26, 2024
1 parent 9f3ea42 commit fd27f1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Continuous Integration
env:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true"

on:
push:
branches:
- main
- develop
on: [ push, pull_request ]

jobs:
build:
Expand Down

0 comments on commit fd27f1c

Please sign in to comment.