Skip to content

Commit

Permalink
fix incorrect NAMESPACE env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 16, 2024
1 parent 38e1c86 commit 7f5af3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NAMESPACE=kubeai-${{ github.run_id }}
kubectl create namespace $NAMESPACE
kubectl config set-context --current --namespace=$NAMESPACE
echo "NAMESPACE=$namespace" >> $GITHUB_ENV
echo "NAMESPACE=$NAMESPACE" >> $GITHUB_ENV
- name: Run the e2e testcase
run: make test-e2e-${{ matrix.testcase }}
env:
Expand Down

0 comments on commit 7f5af3d

Please sign in to comment.