Skip to content

Merge pull request #30 from wismna/patch-1 #21

Merge pull request #30 from wismna/patch-1

Merge pull request #30 from wismna/patch-1 #21

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: 'sbt'
- name: Run tests
run: sbt test
- name: Build one-jar
run: sbt one-jar
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: postgresql-to-sqlite
path: target/scala-2.11/postgresql-to-sqlite*.jar