Skip to content

Commit

Permalink
Create test-bootstrapper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterson authored Nov 5, 2024
1 parent ff11bf8 commit bc8d5e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test-bootstrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validate bootstrapping works

on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:

jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- name: Bootstrap the agent
run: bash <(wget -q -O - https://raw.githubusercontent.com/mpeterson/dotfiles/master/bootstrap-dotfiles.sh)

- name: Load zsh
run: zsh -l

0 comments on commit bc8d5e2

Please sign in to comment.