We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478c3a3 commit e6669c5Copy full SHA for e6669c5
.github/workflows/recce_ci.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Install Recce
24
run: |
25
pip install recce
26
+ - name: Add packages.yml file
27
+ run: |
28
+ echo "${{ vars.PACKAGES_YAML }}" > packages.yml
29
- name: Prepare dbt Base environment
30
31
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then
0 commit comments