add GitHub CI pipeline
This commit is contained in:
parent
7c1f1f8bf2
commit
e299ebef7e
18
.github/workflows/test.yaml
vendored
Normal file
18
.github/workflows/test.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
on: [push]
|
||||
|
||||
name: CI
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
path: ~/Code/dotfiles
|
||||
- name: Run bootstrap
|
||||
shell: bash
|
||||
run: |
|
||||
~/Code/dotfiles/dot_scripts/bootstrap.sh
|
||||
env:
|
||||
REPO: ${{github.workspace}}
|
||||
DOTFILES_REF: ${{github.sha}}
|
||||
HOMEBREW_BUNDLE_BREW_SKIP: "node"
|
Loading…
Reference in New Issue
Block a user