Skip to content

Commit dff05b9

Browse files
committed
add cli e2e workflow
1 parent b11b4e9 commit dff05b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,14 @@ jobs:
7171
ls -l
7272
echo "JSON_SPEC_PATH=$(pwd)/openapi.json" >> $GITHUB_ENV
7373
74+
- name: get 10 lines
75+
run: |
76+
cat "${{ env.JSON_SPEC_PATH }}" | head 10
77+
7478
- name: Install Linode CLI dependencies
7579
run: |
7680
cd linode-cli
77-
SPEC="$JSON_SPEC_PATH" make install
81+
SPEC="${{ env.JSON_SPEC_PATH }}" make install
7882
7983
- name: Run CLI E2E Tests
8084
run: |

0 commit comments

Comments
 (0)