Skip to content

Commit

Permalink
[github] Remove github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Nov 30, 2023
1 parent 503e24a commit fe6d064
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
codecov:
name: CodeCov
runs-on: ubuntu-latest
services:
minio:
image: minio/minio
ports:
- 10000:10000
env:
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
options: --name=minio --health-cmd "curl http://localhost:10000/minio/health/live"

steps:
- name: Checkout repository
Expand All @@ -32,6 +41,7 @@ jobs:
with:
distribution: 'zulu'
java-version: 18
cache: 'maven'

- name: Run tests and collect coverage
run: mvn clean install
Expand Down

0 comments on commit fe6d064

Please sign in to comment.