2020-06-29 16:00:46 +00:00
|
|
|
on: [push]
|
|
|
|
|
|
|
|
name: CI
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build_and_test:
|
|
|
|
runs-on: macos-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@master
|
2020-06-29 16:36:16 +00:00
|
|
|
- name: Mimic
|
|
|
|
shell: bash
|
|
|
|
run: |
|
2020-06-29 16:45:59 +00:00
|
|
|
ln -snf /Users/runner/work/dotfiles ~/Code
|
2020-06-29 16:00:46 +00:00
|
|
|
- name: Run bootstrap
|
|
|
|
shell: bash
|
|
|
|
run: |
|
2020-06-29 16:38:51 +00:00
|
|
|
~/Code/dotfiles/dot_scripts/bootstrap.sh
|
2020-06-29 16:00:46 +00:00
|
|
|
env:
|
|
|
|
REPO: ${{github.workspace}}
|
|
|
|
DOTFILES_REF: ${{github.sha}}
|
|
|
|
HOMEBREW_BUNDLE_BREW_SKIP: "node"
|