Skip to content

Commit

Permalink
chore: add env var for test (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
liorzam authored Jun 2, 2024
1 parent 31f2446 commit 45ba659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/test-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
shell: bash
run: pnpm test -- --verbose false
env:
ENVIRONMENT_NAME: test
JEST_HTML_REPORTER_PAGE_TITLE: ${{ github.ref_name }}

- name: Store test result
Expand Down

0 comments on commit 45ba659

Please sign in to comment.