Skip to content

Commit

Permalink
fix(infra): fix e2e test run bruno collection script (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 authored Jul 3, 2024
1 parent a02c0c6 commit 129c02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:

- name: Run Bruno Collection (Client)
working-directory: ./collection/client
run: bru run --env stage
run: bru run --env Stage

- name: Run Bruno Collection (Admin)
working-directory: ./collection/admin
run: bru run --env stage
run: bru run --env Stage

0 comments on commit 129c02c

Please sign in to comment.