We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f113870 commit 16cdf47Copy full SHA for 16cdf47
1 file changed
.github/workflows/examples.yml
@@ -3,6 +3,7 @@ name: Examples
3
on:
4
pull_request:
5
paths:
6
+ - ".github/workflows/examples.yml"
7
- "**.go"
8
- "go.mod"
9
- "go.sum"
@@ -34,4 +35,5 @@ jobs:
34
35
UPCLOUD_PASSWORD: ${{ secrets.UPCLOUD_PASSWORD }}
36
run: |
37
upctl version
38
+ upctl account show > /dev/null # Ensure that credentials are valid
39
mdtest examples/
0 commit comments