Skip to content

Commit 8cbfef4

Browse files
committed
fix: add debug civo cli installation
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
1 parent f902874 commit 8cbfef4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/civo-cli.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Civo CLI
2+
3+
on:
4+
- pull_request
5+
6+
jobs:
7+
civo-cli-test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Install civo
11+
uses: civo/action-civo@master
12+
with:
13+
token: "TODO"

0 commit comments

Comments
 (0)