Skip to content

Commit 7dccba8

Browse files
committed
Update CI
1 parent c6056bd commit 7dccba8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Build
1717
run: dotnet build --configuration Release
18-
- name: Upload build result
19-
uses: actions/upload-artifact@v4
20-
with:
21-
name: build
22-
path: /var/build
2318
test:
2419
runs-on: ubuntu-latest
2520
needs: build
2621
timeout-minutes: 3
2722
steps:
28-
- name: Download build result
29-
uses: actions/download-artifact@v4
30-
with:
31-
name: build
3223
- name: Test
3324
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)