Skip to content

Commit

Permalink
workflows: don't override node version used for tests
Browse files Browse the repository at this point in the history
Current testcases are not compatible with this version and this fixed commit
is no longer needed for proper REST functioning.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
  • Loading branch information
roman-khimov committed Dec 12, 2024
1 parent cbbb884 commit afe28cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
neofs_manual_expiration_period: ${{ vars.MANUAL_RUN_EXPIRATION_PERIOD }}
neofs_other_expiration_period: ${{ vars.OTHER_EXPIRATION_PERIOD }}
neofs_testcases_commit: 'master'
neofs_node_commit: 'c6a3201722521b99338548e388fa043889c714ad'
neofs_rest_gw_commit: ${{ github.event.inputs.neofs_rest_gw_ref }}
tests_path: 'pytest_tests/tests/services/rest_gate'
tests_parallel_level: 1
Expand Down

0 comments on commit afe28cb

Please sign in to comment.