Skip to content

Commit 16cdf47

Browse files
authored
ci(examples): ensure credentials are valid before testing examples (#305)
1 parent f113870 commit 16cdf47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Examples
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/examples.yml"
67
- "**.go"
78
- "go.mod"
89
- "go.sum"
@@ -34,4 +35,5 @@ jobs:
3435
UPCLOUD_PASSWORD: ${{ secrets.UPCLOUD_PASSWORD }}
3536
run: |
3637
upctl version
38+
upctl account show > /dev/null # Ensure that credentials are valid
3739
mdtest examples/

0 commit comments

Comments
 (0)