Skip to content

sylviiu - push - c18c0c109a20a674e362440fd2ab3d8735463ab6 #725

sylviiu - push - c18c0c109a20a674e362440fd2ab3d8735463ab6

sylviiu - push - c18c0c109a20a674e362440fd2ab3d8735463ab6 #725

Workflow file for this run

name: windows build
run-name: ${{ github.actor }} - ${{ github.event_name }} - ${{ github.sha }}
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
win:
runs-on: "windows-latest"
permissions:
contents: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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