Skip to content

Commit

Permalink
cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Oct 18, 2024
1 parent 3622255 commit 28b5b2e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
java-version: 17
distribution: temurin

# outputs the host name of the runner to help debug if there are multiple runners with same
# prefix
- name: Debug Hostname and IP
run: |
echo "Runner host: $HOST_NAME"
curl https://api.ipify.org
- name: Lint
run: ./gradlew lintKotlin

Expand All @@ -46,7 +39,7 @@ jobs:
run: ./gradlew assemble

- name: Lib tests
run: ./gradlew test -DexcludeTags="Nightly"
run: ./gradlew test
timeout-minutes: 10

- name: Upload reports to Codecov
Expand Down

0 comments on commit 28b5b2e

Please sign in to comment.