Skip to content

Update google-github-actions/get-gke-credentials action to v0.9.0 #27

Update google-github-actions/get-gke-credentials action to v0.9.0

Update google-github-actions/get-gke-credentials action to v0.9.0 #27

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt test