diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index ae214bfc8..04acc42b5 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -196,35 +196,35 @@ jobs: pip3 install pytest pytest - macos-javascript: - name: JavaScript (macOS) - runs-on: macOS-11 - needs: macos-runtime - - steps: - - uses: actions/checkout@v2 - - name: Download artifact - uses: actions/download-artifact@master - with: - name: libpgf-macos - - run: | - sudo mv lib/* /usr/local/lib/ - sudo mv include/* /usr/local/include/ - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: '12' - - - name: Install dependencies - working-directory: ./src/runtime/javascript - run: | - npm ci - - - name: Run testsuite - working-directory: ./src/runtime/javascript - run: | - npm run test +# macos-javascript: +# name: JavaScript (macOS) +# runs-on: macOS-11 +# needs: macos-runtime +# +# steps: +# - uses: actions/checkout@v2 +# - name: Download artifact +# uses: actions/download-artifact@master +# with: +# name: libpgf-macos +# - run: | +# sudo mv lib/* /usr/local/lib/ +# sudo mv include/* /usr/local/include/ +# +# - name: Setup Node.js +# uses: actions/setup-node@v2 +# with: +# node-version: '12' +# +# - name: Install dependencies +# working-directory: ./src/runtime/javascript +# run: | +# npm ci +# +# - name: Run testsuite +# working-directory: ./src/runtime/javascript +# run: | +# npm run test # ----------------------------------------------------------------------------