laglangyue commented on code in PR #192:
URL: 
https://github.com/apache/pekko-persistence-jdbc/pull/192#discussion_r1604238489


##########
.github/workflows/sqlserver-tests.yml:
##########
@@ -49,7 +49,8 @@ jobs:
         run: sbt ++2.13 "integration/testOnly 
org.apache.pekko.persistence.jdbc.integration.SqlServer*"  ${{ matrix.extraOpts 
}} -J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler
 
       - name: Run Migrator Integration tests for  ${{ matrix.name }}
-        run: sbt ++2.13 "migratorIntegration/testOnly 
org.apache.pekko.persistence.jdbc.migrator.integration.SqlServer*"  
-J-XX:+UnlockExperimentalVMOptions -J-XX:+UseJVMCICompiler
+        if: matrix.name == 'Postgres'

Review Comment:
   shoulde be SqlServer?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to