Skip to content

Commit

Permalink
chore: storing output in env variable v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Jan 12, 2024
1 parent bce0a6b commit d4583d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/E2E_SFRA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
SFCC_HOSTNAME: ${{ secrets[matrix.sfcc-hostname-secret] }}
- name: Capture E2E tests output
run: |
echo "E2E_TESTS_OUTPUT=${E2E_TESTS_OUTPUT}" >> $GITHUB_ENV
shell: bash
echo "E2E_TESTS_OUTPUT=${E2E_TESTS_OUTPUT}" >> $GITHUB_ENV
shell: bash
- name: Archive test result artifacts
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d4583d3

Please sign in to comment.