Skip to content

Commit

Permalink
ghaction: define E2E_NAMESPACE_NAME env
Browse files Browse the repository at this point in the history
The E2E_NAMESPACE_NAME environment variable is used
but never defined.

That would lead to empty value which causes to unexpected behavior.

Signed-off-by: Talor Itzhak <[email protected]>
  • Loading branch information
Tal-or committed Jan 27, 2025
1 parent 5fffeda commit 336aacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
runs-on: ubuntu-latest
env:
LOG_DIR: /tmp/test_e2e_logs
E2E_NAMESPACE_NAME: numaresources
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 336aacb

Please sign in to comment.