Skip to content

Commit 36a8d8e

Browse files
authored
fix: remove 'Show env' step from end-to-end test workflow (#113)
Removed the step to show environment variables in the workflow.
1 parent 3e17dda commit 36a8d8e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/end-to-end-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ jobs:
7979

8080
runs-on: ${{ matrix.operatingSystem }}-latest
8181
steps:
82-
- name: Show env
83-
run: env | sort
84-
8582
- name: Checkout Bootstrap Modules
8683
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8784
with:

0 commit comments

Comments
 (0)