Skip to content

Commit b11b4e9

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ jobs:
6666
python-version: "3.10"
6767

6868
- name: Get JSON Spec Path
69-
run: echo "JSON_SPEC_PATH=$(pwd)/json-spec/openapi.json" >> $GITHUB_ENV
69+
run: |
70+
cd json-spec
71+
ls -l
72+
echo "JSON_SPEC_PATH=$(pwd)/openapi.json" >> $GITHUB_ENV
7073
7174
- name: Install Linode CLI dependencies
7275
run: |

0 commit comments

Comments
 (0)