Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrosi authored Mar 21, 2024
1 parent 05fa550 commit 2d8a474
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
name: Upload coverage reports to Codecov uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: dobrosi/kotlin-feladat-ms
name: Build Gradle project

on:
push:

jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build

0 comments on commit 2d8a474

Please sign in to comment.