Skip to content

Update scalatest to 3.2.17 #102

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #102

Workflow file for this run

name: Build the app
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: japgolly/[email protected]
- name: Check code format
run: sbt scalafmtCheckAll
- name: Compile
run: sbt compile
- name: Run tests
run: sbt test
- name : Package the app
run: sbt chromePackage