Skip to content

Try only dealing with gpg key in the ci-release step #67

Try only dealing with gpg key in the ci-release step

Try only dealing with gpg key in the ci-release step #67

Workflow file for this run

name: Scala CI
on:
push:
tags:
- 'v*'
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: sbt/setup-sbt@v1
- name: Run tests
shell: bash
run: sbt test