Skip to content

Commit

Permalink
fixing pkg name extract
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Mar 15, 2024
1 parent 759c975 commit a33106c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Get package name
run: |
echo "PKGNAME=$(echo $(awk -F: '/Package:/{gsub(/[ ]+/,"") ; print $2}' DESCRIPTION)" >> $GITHUB_ENV
echo "PKGBUILD=$(awk -F: '/Package:/{gsub(/[ ]+/,""); print $2}' DESCRIPTION)" >> $GITHUB_ENV
shell: bash

- name: debug
Expand All @@ -52,6 +52,7 @@ jobs:
shell: bash

- name: Run tests with coverage
description: Run tests with coverage, install package, runs coverage and generate unittest Junit report.
run: |
covr::codecov(
type = "none",
Expand Down

0 comments on commit a33106c

Please sign in to comment.