Skip to content

Allow leaving accessKey and secretKey undefined for DEFAULT auth mode. #129

Allow leaving accessKey and secretKey undefined for DEFAULT auth mode.

Allow leaving accessKey and secretKey undefined for DEFAULT auth mode. #129

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- name: Test
run: sbt +test