diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml index 11fd185a..26a8ecaa 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -2,7 +2,7 @@ on: push jobs: build: - pool: ${{ matrix.operating-system }} + runs-on: ${{ matrix.operating-system }} strategy: matrix: operating-system: [Linux, macOS, Windows] @@ -13,6 +13,5 @@ jobs: - name: Lint run: npm run format-check - - name: npm test run: npm test