You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
387 B

3 years ago
  1. name: Build
  2. on: push
  3. jobs:
  4. build:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - name: Checkout
  8. uses: actions/checkout@v2
  9. # - name: Coursier cache
  10. # uses: coursier/cache-action@v6
  11. - name: Setup
  12. uses: olafurpg/setup-scala@v10
  13. with:
  14. java-version: adopt@1.11
  15. # - run: sbt compile
  16. # - run: sbt test
  17. - run: ./build.sh