Skip to content

Commit

Permalink
cicd: fix test-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Sep 19, 2023
1 parent 7599f9a commit 250397e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
name: Build and test the project

on:
workflow_call:
secrets:
SONAR_TOKEN:
required: true
<<<<<<< HEAD
SSH_TESTING_SERVER_HOST:
required: true
SSH_TESTING_SERVER_PORT:
required: true
SSH_TESTING_SERVER_USER:
required: true
SSH_TESTING_SERVER_PASSWORD:
required: true
inputs:
report_dir:
type: string
required: true
report_context:
type: string
required: true
env:
xb_version: "1.6.0"
=======

>>>>>>> release-5.6.x
jobs:
test:
name: Test and push Sonar analysis
Expand Down

0 comments on commit 250397e

Please sign in to comment.