Skip to content

Commit 295836b

Browse files
Update cloudinary-cli-test.yml
1 parent 5da3c3a commit 295836b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cloudinary-cli-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3333
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3434
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
35+
- name: Get test cloud
36+
run: echo "CLOUDINARY_URL=$(bash tools/get_test_cloud.sh)" >> $GITHUB_ENV
37+
- name: Show test cloud
38+
run: echo $CLOUDINARY_URL | cut -d'@' -f2)
3539
- name: Test with pytest
3640
run: |
3741
pytest

0 commit comments

Comments
 (0)