Skip to content

ci(deps): bump the github-actions group across 1 directory with 5 updates #273

ci(deps): bump the github-actions group across 1 directory with 5 updates

ci(deps): bump the github-actions group across 1 directory with 5 updates #273

Workflow file for this run

name: Test
on:
# This workflow is triggered on pull requests to the main branch.
pull_request:
branches: [ main ]
# milestoned is added here as a workaround for release-please not triggering PR workflows (PRs should be added to a milestone to trigger the workflow).
types: [ milestoned, opened, edited, synchronize ]
push:
branches:
- main
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Java
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: "corretto"
java-version: 21
cache: "gradle"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
- name: Test
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
make install-deps
make lint
make test
- if: failure()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: kotlin-test-results
path: |
${{ github.workspace }}/build/reports/tests/