Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstuder committed Oct 28, 2024
1 parent f512e1b commit 4094dbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
BIGQUERY_MATERIALIZATION_DATASET: test
BIGQUERY_APPLICATION_CREDENTIALS: ${{ github.workspace }}/adc.json
R_DEFAULT_INTERNET_TIMEOUT: 1800
# Override where sparklyr is getting Spark version information from
R_SPARKINSTALL_INSTALL_INFO_PATH: ${{ github.workspace }}/spark_versions.json

steps:
Expand Down Expand Up @@ -145,10 +146,11 @@ jobs:

- name: Set Google application default credentials
env:
ADC: "${{ secrets.GCLOUD_APPLICATION_CREDENTIALS }}"
ADC: ${{ secrets.GCLOUD_APPLICATION_CREDENTIALS }}
shell: bash
run: |
echo "$ADC" > $BIGQUERY_APPLICATION_CREDENTIALS
grep project_id $BIGQUERY_APPLICATION_CREDENTIALS
- name: Run R CMD check
uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 4094dbd

Please sign in to comment.