Skip to content

Commit

Permalink
Forming a testrun link
Browse files Browse the repository at this point in the history
Signed-off-by: MaxGelbakhiani <max@morphbits.io>
  • Loading branch information
MaxGelbakhiani committed Mar 1, 2024
1 parent 13aa094 commit 243440c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,16 @@ jobs:
source venv.local-pytest/bin/activate && pytest --alluredir="$ALLURE_RESULTS_DIR" pytest_tests/testsuites/session_token/test_static_session_token_container.py
working-directory: neofs-testcases


- name: Add github run url to Allure report
run:
echo "TEST_RUN_URL=${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $ALLURE_RESULTS_DIR/environment.properties

- name: tmate session
if: always()
uses: mxschmitt/action-tmate@v3


- name: Publish to NeoFS
id: put_report
if: always() && steps.prepare_test_env.outcome == 'success'
Expand Down

0 comments on commit 243440c

Please sign in to comment.