Skip to content

fixed the CFDP upload when PUS was used #23

fixed the CFDP upload when PUS was used

fixed the CFDP upload when PUS was used #23

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
- name: Scan code
run: mvn -P coverage -B --no-transfer-progress -Dsurefire.useFile=false -Dsonar.projectKey=yamcs verify sonar:sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- uses: actions/upload-artifact@v6
if: failure()
with:
name: hs_err_pid
path: yamcs-core/hs_err*