Skip to content

Commit

Permalink
no test for the moment , npm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Dec 9, 2024
1 parent bc7e942 commit 14e4a35
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ jobs:
cd NetPackageAnalyzer
cd NetPackageAnalyzerConsole
dotnet pack -o ../../nugetPackages
- name: Build site
run: |
dotnet tool install --global PowerShell
cd src
cd NetPackageAnalyzer
cd NetPackageAnalyzerConsole
cd bin
cd Debug
# copy to another folder to run
cp -r ./net9.0 ./test
cd test
./NetPackageAnalyzerConsole generateFiles -wg Docusaurus --folder ${{ github.workspace }}/src/NetPackageAnalyzer/
cd ${{ github.workspace }}/src/NetPackageAnalyzer/
cd Analysis
npm install
npm run build
# ./NetPackageAnalyzerConsole generateFiles -wg HtmlSummary --folder ${{ github.workspace }}/src/NetPackageAnalyzer/
# - name: Build site
# run: |
# dotnet tool install --global PowerShell
# cd src
# cd NetPackageAnalyzer
# cd NetPackageAnalyzerConsole
# cd bin
# cd Debug
# # copy to another folder to run
# cp -r ./net9.0 ./test
# cd test
# ./NetPackageAnalyzerConsole generateFiles -wg Docusaurus --folder ${{ github.workspace }}/src/NetPackageAnalyzer/
# cd ${{ github.workspace }}/src/NetPackageAnalyzer/
# cd Analysis
# npm install
# npm run build
# # ./NetPackageAnalyzerConsole generateFiles -wg HtmlSummary --folder ${{ github.workspace }}/src/NetPackageAnalyzer/

- name: 'Upload nuget'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 14e4a35

Please sign in to comment.