Skip to content

Commit

Permalink
use our reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jul 10, 2024
1 parent 8edab68 commit 0616813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spark-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ jobs:
spark_major <- as.numeric(substr(Sys.getenv("SPARK_VERSION"), 1, 1))
if(spark_major < 3) Sys.setenv("JAVA_HOME" = Sys.getenv("JAVA_HOME_8_X64"))
Sys.getenv("JAVA_HOME")
devtools::test(reporter = sparklyr::sparklyr_reporter())
devtools::test(reporter = sparklyr_reporter())
shell: Rscript {0}

0 comments on commit 0616813

Please sign in to comment.