File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 35
35
name : duckdb
36
36
path : jaffle_shop.duckdb
37
37
38
- - uses : actions/upload-artifact@v4
38
+ - name : Upload DBT Artifacts
39
+ uses : actions/upload-artifact@v4
39
40
with :
40
41
name : target
41
42
path : target/
Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : |
22
22
pip install -r requirements.txt
23
- - name : Install Recce
24
- run : |
25
23
pip install recce
26
24
- name : Prepare dbt Base environment
27
25
run : |
48
46
run : |
49
47
recce run --github-pull-request-url ${{ github.event.pull_request.html_url }}
50
48
51
- - name : Archive Recce State File
49
+ - name : Upload DBT Artifacts
50
+ uses : actions/upload-artifact@v4
51
+ with :
52
+ name : target
53
+ path : target/
54
+
55
+ - name : Upload Recce State File
52
56
uses : actions/upload-artifact@v4
53
57
id : recce-artifact-uploader
54
58
with :
91
95
uses : thollander/actions-comment-pull-request@v2
92
96
with :
93
97
filePath : recce_summary.md
98
+ comment_tag : recce
You can’t perform that action at this time.
0 commit comments