Skip to content

Add asitop, dpcmd, mlx and 4 more #1187

Add asitop, dpcmd, mlx and 4 more

Add asitop, dpcmd, mlx and 4 more #1187

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
jobs:
tests:
runs-on: macOS-latest
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-tap-syntax
- run: brew install bash fish
- name: Validate shell syntax
run: |
bash -n handler.sh
fish -n handler.fish
zsh -n handler.sh
- name: Run tests
run: |
export CONTINUOUS_INTEGRATION=1
rake test