Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 807f3aa

Browse files
committed
remove GA, tweak ADO
1 parent df53cae commit 807f3aa

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

azure-pipelines.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ steps:
2020
displayName: 'Install Node.js'
2121

2222
- bash: |
23-
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
24-
echo ">>> Started xvfb"
25-
displayName: Start xvfb
26-
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
27-
28-
- bash: |
29-
echo ">>> Compile, unit-test, integration-test"
23+
echo ">>> Typecheck"
3024
npm i && npm run typecheck
31-
displayName: Compile, Lint, Test
25+
displayName: Typecheck
3226
env:
3327
DISPLAY: ':99.0'
3428

0 commit comments

Comments
 (0)