Tests: use node in path for SSL certificate generation #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Management UI with Selenium | |
on: | |
push: | |
branches: | |
- main | |
- v4.0.x | |
- bump-otp-for-oci | |
- bump-rbe-* | |
- bump-rules_erlang | |
paths: | |
- 'deps/rabbitmq_management/src/**' | |
- 'deps/rabbitmq_management/priv/**' | |
- 'deps/rabbitmq_web_dispatch/src/**' | |
- 'scripts/**' | |
- .bazelrc | |
- .bazelversion | |
- BUILD.* | |
- '*.bzl' | |
- '*.bazel' | |
- 'selenium/**' | |
- .github/workflows/test-management-ui.yaml | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true |