Skip to content

Add get12HourForecast method to AccuWeatherCoroutinesService #21

Add get12HourForecast method to AccuWeatherCoroutinesService

Add get12HourForecast method to AccuWeatherCoroutinesService #21

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: temurin
cache: gradle
- run: echo accuweatherApiKey=fakeKey > secret.properties
- run: ./gradlew --no-daemon --stacktrace testDebugUnitTest