Skip to content

Commit 259c174

Browse files
authored
test: Remove upload artifacts (#75)
1 parent d53d691 commit 259c174

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

.github/workflows/example.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ jobs:
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'

.github/workflows/example_matrix.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ jobs:
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'

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,5 @@ jobs:
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
```

0 commit comments

Comments
 (0)