Skip to content

fix unit test, renaming the resource file path #32

fix unit test, renaming the resource file path

fix unit test, renaming the resource file path #32

Workflow file for this run

name: Unit Tests workflow
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
paths-ignore:
- README.md
- CHANGELOG.md
jobs:
gradle_tests:
name: Gradle test
runs-on: ubuntu-latest
steps:
- name: Checkout latest source
uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run Tests
run: ./gradlew -DOPENCAGE_API_KEY=${{ secrets.OPENCAGE_API_KEY }} test