Skip to content

Build and Test app module #10

Build and Test app module

Build and Test app module #10

name: Build and Test app module
on:
push:
branches:
- main
paths:
- app/**
workflow_dispatch:
jobs:
java_version:
name: Use Java
runs-on: ubuntu-latest
# Runs only when commit message startsWith 'Update'
# if: startsWith(github.event.head_commit.message, 'Update')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v2
with:
java-version: 17
distribution: 'temurin'
# Print Hello, world!
- name: Run a one-line script
run: echo Hello, world!
# Print Java compiler version
- name: Print Java
run: javac -version
- name: Run Debug Tests
run: ./gradlew :app:testDebugUnitTest
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy