fix: change filter_label_xpath to vulnerabilities_filter_label_xpath … #469
Workflow file for this run
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: CI | |
on: | |
pull_request: | |
paths: | |
- 'docs/**' | |
- '**.md' | |
- 'tests/**' | |
- '!tests/**.sh' | |
- '!tests/apitests/**' | |
- '!tests/ci/**' | |
push: | |
paths: | |
- 'docs/**' | |
- '**.md' | |
- 'tests/**' | |
- '!tests/**.sh' | |
- '!tests/apitests/**' | |
- '!tests/ci/**' | |
jobs: | |
UTTEST: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' | |
APITEST_DB: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' | |
APITEST_DB_PROXY_CACHE: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' | |
APITEST_LDAP: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' | |
OFFLINE: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' | |
UI_UT: | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- run: 'echo "No run required"' |