Skip to content

dmssargent is testing code πŸš€ #2

dmssargent is testing code πŸš€

dmssargent is testing code πŸš€ #2

Workflow file for this run

name: StubJars build
run-name: ${{ github.actor }} is testing code πŸš€
on:
- push
jobs:
test_stubjars:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11 for x64
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'corretto'
architecture: x64
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Build the code
uses: gradle/[email protected]
with:
arguments: assemble
- name: Run the test suite
uses: gradle/[email protected]
with:
arguments: test