Skip to content

Commit

Permalink
Improve .github configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jun 27, 2023
1 parent 183f8ab commit 802e73e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ name: "pb · Test Suite"
on:
pull_request:
branches: [ master ]
# push:
# branches: [ master ]
push:
branches: [ master ]
workflow_dispatch:

jobs:
Expand All @@ -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"
Expand Down

0 comments on commit 802e73e

Please sign in to comment.