File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 5555 version : ${{matrix.cloudquery-version}}
5656 - name : Sync with CloudQuery
5757 run : cloudquery sync example_configs/serial.yml --log-console
58- - uses : actions/upload-artifact@v3
59- if : always()
60- with :
61- path : ' cloudquery.log'
Original file line number Diff line number Diff line change 4848 run : cloudquery sync example_configs/parallel.yml --log-console
4949 env :
5050 CQ_DSN : postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable
51- - uses : actions/upload-artifact@v3 # Upload logs as a GitHub actions artifact
52- if : always()
53- with :
54- name : ' cloudquery.log'
55- path : ' cloudquery-${{ matrix.region }}.log'
Original file line number Diff line number Diff line change 4141 version : latest
4242
4343 - name : Sync with CloudQuery
44- run : cloudquery sync [file or directories...]
45-
46- # Upload logs as a GitHub actions artifact
47- - uses : actions/upload-artifact@v3
48- if : always()
49- with :
50- name : ' cloudquery.log'
51- path : ' cloudquery.log'
44+ run : cloudquery sync [file or directories...] --log-console
5245` ` `
You can’t perform that action at this time.
0 commit comments