From 802e73e15091bb66558580a23845073bd5476d50 Mon Sep 17 00:00:00 2001 From: William Melody Date: Tue, 27 Jun 2023 15:59:48 -0700 Subject: [PATCH] Improve `.github` configuration. --- .github/workflows/tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f9dcf2d..fa1f273 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,8 +44,8 @@ name: "pb ยท Test Suite" on: pull_request: branches: [ master ] - # push: - # branches: [ master ] + push: + branches: [ master ] workflow_dispatch: jobs: @@ -54,6 +54,10 @@ jobs: runs-on: macos-11.0 steps: - uses: actions/checkout@v3 + - name: "Setup" + run: | + brew update + brew install expect - name: "Set $TERM=xterm" run: printf "TERM=xterm\\n" >> $GITHUB_ENV - name: "Run bats tests"