Skip to content

Commit c3df7ab

Browse files
committed
TO-DROP: only test
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f7ffcb7 commit c3df7ab

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,6 @@ on: # rebuild any PRs and main branch changes
99
- 'v[0-9]*'
1010

1111
jobs:
12-
build: # make sure build/ci work properly
13-
runs-on: windows-latest
14-
steps:
15-
- uses: actions/checkout@v4
16-
- run: npm ci
17-
- run: npm run build
18-
- run: npm run lint
19-
- run: npm run format && git diff-files
20-
- run: npm run test
21-
- run: npm run package
22-
- name: Verify that `dist/index.js` is up to date
23-
shell: bash
24-
run: |
25-
# `ncc` produces output with mixed line endings
26-
test -z "$(git diff -aw HEAD -- ':(exclude)dist/index.js.map' | tee diff.txt)" || {
27-
echo 'Files changed after `npm run package`'
28-
cat diff.txt
29-
exit 1
30-
}
31-
- uses: actions/upload-artifact@v4
32-
if: failure()
33-
with:
34-
name: diff.txt
35-
path: diff.txt
3612
test: # make sure the action works on a clean machine without building
3713
runs-on: windows-latest
3814
steps:

0 commit comments

Comments
 (0)