Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Troisemaine authored and Colin Troisemaine committed Oct 21, 2024
2 parents 13bbb2d + cff5896 commit 9345414
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI
on:
push:
branches:
- master

jobs:
build_on_mac:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
with:
ref: electron
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls

build_on_win:
runs-on: windows-2016
steps:
- uses: actions/checkout@master
with:
ref: feature/github-actions
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls

0 comments on commit 9345414

Please sign in to comment.