Skip to content

Bump actions/checkout from 3 to 4 #550

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #550

Workflow file for this run

name: RadioDroid CI
on:
push:
branches:
- '*'
pull_request:
branches:
- master
# Also trigger on page_build, as well as release created events
page_build:
release:
types: # This configuration does not affect the page_build event above
- created
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Tests
run: bash ./gradlew build --stacktrace