Skip to content

Change workflow

Change workflow #35

Workflow file for this run

name: "test for initializer of dotfiles for macOS"
on:
push:
paths:
- '.github/workflows/**'
- 'bin/**'
- 'Makefile'
- 'install.sh'
- 'Interactive-install.sh'
workflow_dispatch:
jobs:
unit-test:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
script: ["./brew.sh", "./symlink.sh"]
steps:
- uses: actions/checkout@v2
- name: unit-test of ${{matrix.script}}
working-directory: ./bin/
run: ${{matrix.script}}
init-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: install
run: make install
deploy-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: link
run: make deploy