Skip to content

dependabot[bot] - pull_request - b2141ebb871312e0c5de0c367bbf3abcac491bb8 #701

dependabot[bot] - pull_request - b2141ebb871312e0c5de0c367bbf3abcac491bb8

dependabot[bot] - pull_request - b2141ebb871312e0c5de0c367bbf3abcac491bb8 #701

Workflow file for this run

name: mac build
run-name: ${{ github.actor }} - ${{ github.event_name }} - ${{ github.sha }}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
macos:
runs-on: "macos-latest"
permissions:
contents: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_LINK: ${{ secrets.MAC_CERTS }}
CSC_KEY_PASSWORD: ${{ secrets.MAC_CERTS_KEY }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install Node.js & NPM
uses: actions/setup-node@main
with:
node-version: "18"
- name: Install npm deps
run: |
npm install
- name: testrun compiled build
run: |
npm run test