Skip to content

Commit

Permalink
Fix Scala 2.13 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Nov 24, 2023
1 parent 8d986ee commit a9a92cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- run: npm install jsdom@12.2.0
- run: sudo apt-get install graphviz
- run: docker run -d -p 8080:8080 julienrf/endpoints4s-stubserver:1.1.0
- run: sbt "++ 2.13 ;coverage ;test ;coverageReport ;coverageAggregate ;documentation/makeSite"
- run: bash <(curl -s https://codecov.io/bash)
- run: sbt "++ 2.13 ;test ;documentation/makeSite"

test3:
name: Compile (Scala 3)
Expand Down

0 comments on commit a9a92cc

Please sign in to comment.