Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Bump org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.42.1 #47

Bump org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.42.1

Bump org.jetbrains.exposed:exposed-jdbc from 0.41.1 to 0.42.1 #47

Workflow file for this run

name: UnitTest
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew test