Skip to content

Commit

Permalink
Moved URL part to action, changed action to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGelbakhiani committed Mar 4, 2024
1 parent 243440c commit caa7434
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,20 +216,10 @@ 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'
uses: nspcc-dev/gh-push-allure-report-to-neofs@master
uses: MaxGelbakhiani/gh-push-allure-report-to-neofs@master
with:
NEOFS_WALLET: ${{ secrets.TEST_RESULTS_WALLET }}
NEOFS_WALLET_PASSWORD: ${{ secrets.TEST_RESULTS_PASSWORD }}
Expand Down

0 comments on commit caa7434

Please sign in to comment.