Skip to content

Commit

Permalink
Setup explicit setup-sbt step. Update checkout and java setup step ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
oermolaev committed Dec 18, 2024
1 parent 4b75bad commit b2d22e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'corretto'
cache: sbt
- uses: sbt/setup-sbt@v1
with:
sbt-runner-version: 1.9.9
- name: Start HTTP server to test API enrichment in Common Enrich
run: python integration-tests/common/api-enrichment-test.py 8001 &
- name: Start HTTP server to test API enrichment in Common Fs2
Expand Down

0 comments on commit b2d22e0

Please sign in to comment.