Skip to content

Commit

Permalink
fix(ci): properly pass in env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Apr 30, 2024
1 parent 94258f7 commit 7160f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Run SDK Tests
run: make test-client-js
with:
env:
OPEN_API_REF: list-users

- name: Check for SDK changes
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Run SDK Tests
run: make test-client-go
with:
env:
OPEN_API_REF: list-users

- name: Check for SDK changes
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Run All Tests
run: make test-client-dotnet
with:
env:
OPEN_API_REF: list-users

- name: Check for SDK changes
Expand Down

0 comments on commit 7160f2f

Please sign in to comment.