We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084c845 commit 108561cCopy full SHA for 108561c
1 file changed
.github/workflows/pypeline.yml
@@ -25,14 +25,6 @@ jobs:
25
webhook: ${{ secrets.DISCORD_WEBHOOK }}
26
- name: checkout
27
uses: actions/checkout@v3
28
- - name: Setup .NET
29
- uses: actions/setup-dotnet@v3
30
- with:
31
- dotnet-version: 8.0.x
32
- - name: Restore dependencies
33
- run: dotnet restore
34
- - name: Test
35
- run: dotnet test --no-restore
36
- name: build
37
uses: docker/build-push-action@v5
38
with:
0 commit comments