Skip to content

Commit

Permalink
Fix/e2e regression tests 3 (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent 81c0225 commit ec02713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
target=${{inputs.target}}
environment=${{inputs.target}}
fi
echo target=$target | tee $GITHUB_OUTPUT
echo environment=$environment | tee $GITHUB_OUTPUT
echo "target=$target" >> $GITHUB_OUTPUT
echo "environment=$environment" >> $GITHUB_OUTPUT
e2e-tests:
name: ${{matrix.test}}
Expand Down

0 comments on commit ec02713

Please sign in to comment.