Skip to content

Commit

Permalink
ci: test app
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 9, 2024
1 parent 5b622db commit fd7e6dc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
- run: scala-cli test 2015

0 comments on commit fd7e6dc

Please sign in to comment.