Skip to content

Commit

Permalink
ci: run tests for js and native
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHH committed Sep 17, 2023
1 parent ed976f0 commit b931235
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/[email protected]
- run: scala-cli --power test .
- name: restore cache
uses: coursier/cache-action@v6
- name: setup scala-cli
uses: VirtusLab/[email protected]
- name: test jvm
run: scala-cli --power test .
- name: test js
run: scala-cli --power test --js .
- name: test native
run: scala-cli --power test --native .
format:
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit b931235

Please sign in to comment.