Skip to content

Commit

Permalink
Points to correct cache, restores other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 20, 2024
1 parent 731f537 commit a9e0aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: main
pull_request:
branches: temp
branches: main

name: R-CMD-check

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches: main
pull_request:
branches: temp
branches: main

name: test-coverage

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
key: sparklyr-spark-3.5.0-bin-hadoop3-2

- name: Install Spark (via sparklyr)
if: steps.cache-spark.outputs.cache-hit != 'true'
if: steps.cache-spark.outputs.cache-2-hit != 'true'
run: |
sparklyr::spark_install(version = "3.5.0")
shell: Rscript {0}
Expand Down

0 comments on commit a9e0aa7

Please sign in to comment.