Skip to content

sylviiu - push - 4608e7ca93d7b819cf75695d9ae727d35ecd70eb #684

sylviiu - push - 4608e7ca93d7b819cf75695d9ae727d35ecd70eb

sylviiu - push - 4608e7ca93d7b819cf75695d9ae727d35ecd70eb #684

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