Skip to content

Commit

Permalink
Try to refresh the cache in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Apr 30, 2021
1 parent 57558c6 commit a88fe32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ jobs:
uses: actions/cache@v2
with:
path: ./tpcds-sf-1
key: tpcds-${{ hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
# key: tpcds-${{ hashFiles('sql/core/src/test/scala/org/apache/spark/sql/TPCDSSchema.scala') }}
key: tpcds-be9f62f190448165471638d705edb0e3d879b59e
- name: Checkout tpcds-kit repository
if: steps.cache-tpcds-sf-1.outputs.cache-hit != 'true'
uses: actions/checkout@v2
Expand Down

0 comments on commit a88fe32

Please sign in to comment.