Skip to content

Add another port for local dev to app origins #19

Add another port for local dev to app origins

Add another port for local dev to app origins #19

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
openjdk13:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 13
- run: sbt compile