Skip to content

Commit

Permalink
Merge branch 'dev' into feature/BT-4418-utf8faunareader_read_int
Browse files Browse the repository at this point in the history
  • Loading branch information
pchitolina-fauna committed Jan 25, 2024
2 parents 14320f1 + 7ec23fa commit f5b761e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Run Gradle Tests

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: corretto

- name: Run Gradle test
run: ./gradlew test
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit f5b761e

Please sign in to comment.