Skip to content

Commit 980a343

Browse files
committed
add cli e2e workflow
1 parent 6824e6d commit 980a343

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/cli-verify-json-pr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,9 @@ jobs:
6868
- name: Get JSON Spec Path
6969
run: |
7070
cd json-spec
71-
ls -l
7271
echo "JSON_SPEC_PATH=$(pwd)/openapi.json" >> $GITHUB_ENV
7372
74-
- name: get 10 lines
75-
run: |
76-
cat "${{ env.JSON_SPEC_PATH }}" | head -10
77-
78-
- name: Install Linode CLI dependencies
73+
- name: Install Linode CLI
7974
run: |
8075
cd linode-cli
8176
SPEC="${{ env.JSON_SPEC_PATH }}" make install

0 commit comments

Comments
 (0)