Undo matrix change

This commit is contained in:
Christopher Schleiden
2022-11-09 15:00:57 -08:00
parent f8147c775b
commit b93768a499
+2 -8
View File
@@ -10,10 +10,6 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
package: [actions-languageservice,actions-languageserver]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
@@ -25,7 +21,5 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build
working-directory: ${{ matrix.package }}
- run: npm test
working-directory: ${{ matrix.package }}
- run: npm run build -ws
- run: npm test -ws