Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Dec 8, 2023
1 parent 234e975 commit b65be36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
dotnet-version: 7.x.x
source-url: https://nuget.pkg.github.com/xxxx/index.json
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: node -e "const fs = require('fs');console.log(process.env.NUGET_AUTH_TOKEN); fs.writeFileSync('check.txt', process.env.NUGET_AUTH_TOKEN);"
- run: cat check.txt
- run: dotnet restore
- run: dotnet build --no-restore

Expand Down

0 comments on commit b65be36

Please sign in to comment.