Skip to content

Commit

Permalink
remove unit tests from src
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns authored Jul 24, 2024
1 parent 1b7eafb commit 3422bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-xml-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
echo "REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_OUTPUT
echo "REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//")" >> $GITHUB_OUTPUT
- name: Remove unit test files from source directory
run: rm -rf app/cls/UnitTest
- name: Import this repository and generate XML artifacts
run: |
touch $PWD/app/port.xml
Expand Down

0 comments on commit 3422bc9

Please sign in to comment.