Skip to content

Add teamId to notarize step to (hopefully) fix CI/CD #161

Add teamId to notarize step to (hopefully) fix CI/CD

Add teamId to notarize step to (hopefully) fix CI/CD #161

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install Node.js and NPM
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- uses: actions/setup-python@v4 # https://github.com/nodejs/node-gyp/issues/2869
with:
python-version: '3.11'
- name: npm install
run: |
npm install
- name: npm test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# npm run lint
# npm test
run: |
npm run package
npm exec tsc