File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,17 @@ jobs:
13
13
uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
+
16
17
- name : Set up Python
17
18
uses : actions/setup-python@v4
18
19
with :
19
20
python-version : " 3.10.x"
21
+
20
22
- name : Install dependencies
21
23
run : |
22
24
pip install -r requirements.txt
23
25
pip install recce-nightly
26
+
24
27
- name : Prepare dbt Base environment
25
28
run : |
26
29
gh repo set-default ${{ github.repository }}
30
33
gh run download ${run_id} -n target -D target-base
31
34
gh run download ${run_id} -n duckdb
32
35
env :
33
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
36
WORKFLOW_BASE : " .github/workflows/dbt_base.yml"
37
+
35
38
- name : Prepare dbt Current environment
36
39
run : |
37
40
git checkout ${{ github.event.pull_request.head.sha }}
44
47
45
48
- name : Run Recce CI
46
49
run : |
47
- recce run --cloud --cloud-token ${{ secrets.RECCE_CLOUD_TOKEN }}
50
+ recce run --cloud
48
51
env :
52
+ GITHUB_TOKEN : ${{ secrets.RECCE_CLOUD_TOKEN }}
49
53
RECCE_STATE_PASSWORD : ${{ vars.RECCE_STATE_PASSWORD}}
50
54
51
55
- name : Upload DBT Artifacts
You can’t perform that action at this time.
0 commit comments