Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored May 7, 2021
1 parent ed28bf3 commit 8504e0b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
- name: Sbt Plugin tests
run:
- sbt clean sbtPlaySwagger/scripted
- sbt ';project playSwagger;clean;+test'
- cd example && sbt clean compile
sbt clean sbtPlaySwagger/scripted
- name: Core Lib tests
run:
sbt ';project playSwagger;clean;+test'
- name: Example compile
run:
cd example && sbt clean compile

0 comments on commit 8504e0b

Please sign in to comment.