diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2025-01-17 13:22:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-17 13:22:48 +0100 |
| commit | 5c193e77812c306e968e9fae6855ebbc39cdf0fc (patch) | |
| tree | 72840a59395ba57326cbe4757ad620a72bb8171d /.github/workflows/build.yml | |
| parent | 1fc201745b1984db492350ab5b4e11d2a3363aa5 (diff) | |
added carbon tests (#292)
* Initial push
* Added carbon tests
* spotless
* small update to test
* Updated build file
* Updated build file
* small test
* small update
* Test
* Test
* Updated CarbonTraces to UTC. updated the tests accordingly
* spotless
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f4db50c..807c6d26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,12 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@v1 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'zulu' java-version: ${{ matrix.java }} - name: Build with Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: arguments: build assembleDist codeCoverageReport # Only write to the cache for builds on the 'master' branch. |
