Skip to content

Commit f508204

Browse files
committed
chore: remove build step from GitHub Actions workflow
1 parent 3f06802 commit f508204

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/test.yml

-33
Original file line numberDiff line numberDiff line change
@@ -73,36 +73,3 @@ jobs:
7373
name: test-results-${{ matrix.os }}-${{ matrix.vscode-version }}
7474
path: .vscode-test/
7575
if-no-files-found: ignore
76-
77-
build:
78-
name: Build Extension Package
79-
needs: test
80-
runs-on: ubuntu-latest
81-
if: success() && github.ref == 'refs/heads/main'
82-
83-
steps:
84-
- name: Checkout Repository
85-
uses: actions/checkout@v4
86-
87-
- name: Setup Node.js
88-
uses: actions/setup-node@v4
89-
with:
90-
node-version: 18.x
91-
92-
- name: Install pnpm
93-
uses: pnpm/action-setup@v2
94-
with:
95-
version: 9.11.0
96-
run_install: false
97-
98-
- name: Install dependencies
99-
run: pnpm install
100-
101-
- name: Package Extension
102-
run: pnpm run package
103-
104-
- name: Upload Extension Package
105-
uses: actions/upload-artifact@v4
106-
with:
107-
name: extension-package
108-
path: '*.vsix'

0 commit comments

Comments
 (0)