Skip to content

Commit c1590a7

Browse files
committed
ci: remove duplicate build/test from tag workflow
1 parent 5e9057a commit c1590a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/on-push-tag.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
with:
3131
node-version: '22'
3232

33-
- name: Build and test
34-
run: |
35-
dotnet restore FScript.sln
36-
dotnet build FScript.sln -c Release --no-restore
37-
dotnet test FScript.sln -c Release --no-build
38-
3933
- name: Install extension dependencies
4034
working-directory: vscode-fscript
4135
run: npm ci

0 commit comments

Comments
 (0)