Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
Julien Robert
parent
27f1f7885d
commit
955304a491
@@ -843,3 +843,15 @@ jobs:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
with:
|
||||
projectBaseDir: x/upgrade/
|
||||
|
||||
test-system: # no system tests in v0.50, set to match required job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: do nothing
|
||||
run: echo "no system tests in v0.50"
|
||||
|
||||
test-system-v2: # no system tests in v0.50, set to match required job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: do nothing
|
||||
run: echo "no system tests in v0.50"
|
||||
|
||||
Reference in New Issue
Block a user