Skip to content

Commit

Permalink
Test openapi codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 10, 2025
1 parent 8d4cf32 commit 85940d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ jobs:
with:
timeout_minutes: 8
max_attempts: 4
command: sbt $SBT_JAVA_OPTS -v "testScoped ${{ matrix.scala-version }} ${{ matrix.target-platform }}; openapiCodegenSbt2_12/scripted"
command: sbt $SBT_JAVA_OPTS -v "testScoped ${{ matrix.scala-version }} ${{ matrix.target-platform }}"
- name: Test OpenAPI codegen
if: matrix.target-platform == 'JVM' && matrix.scala-version == '2.12'
run: sbt $SBT_JAVA_OPTS -v "openapiCodegenSbt2_12/scripted"
- name: Test
if: matrix.target-platform != 'JS' && !(matrix.target-platform == 'JVM' && matrix.scala-version == '2.12')
uses: nick-fields/retry@v3
Expand Down

0 comments on commit 85940d9

Please sign in to comment.