File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 " https://github.com/xunit" ,
2626 " https://github.com/microsoft/vstest"
2727 ],
28- "groupName" : " tests "
28+ "groupName" : " test packages "
2929 }
3030 ]
3131}
Original file line number Diff line number Diff line change 3333 - name : 🧪 Run tests
3434 run : dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3535 - name : ☢ Publish to Codecov
36- uses : codecov/codecov-action@v2
36+ uses : codecov/codecov-action@v3
3737 - name : 🗜 Pack Dev NuGet artifacts
3838 if : github.ref == 'refs/heads/master'
3939 run : dotnet pack --no-build -c Release --version-suffix dev-$(date +%s) -o artifacts/
5353 runs-on : ubuntu-22.04
5454 steps :
5555 - name : 📥 Download artifacts
56- uses : actions/download-artifact@v2
56+ uses : actions/download-artifact@v3
5757 with :
5858 name : nupkg
5959 - name : 📦 Publish to GitHub
6565 runs-on : ubuntu-22.04
6666 steps :
6767 - name : 📥 Download artifacts
68- uses : actions/download-artifact@v2
68+ uses : actions/download-artifact@v3
6969 with :
7070 name : nupkg
7171 - name : 📦 Publish to NuGet
You can’t perform that action at this time.
0 commit comments