Skip to content

Commit

Permalink
fix: triggers and brew ncurses installationrun for unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed May 12, 2022
1 parent 4d4cb13 commit 8c8953c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# env:
# TERM: xterm
env:
TERM: xterm-256color

on:
pull_request:
Expand All @@ -15,6 +15,7 @@ on:
- 'tests/**'
- 'share/**'
- 'zinit*.zsh'
- '.github/workflows/tests.yaml'
push:
branches:
- main
Expand All @@ -38,7 +39,7 @@ jobs:

- name: "install ncurses, svn, unzip, and zsh"
run: |
brew install ncurses, svn, unzip, and zsh
brew install ncurses svn unzip zsh
exec bash
echo "eval $(brew shellenv)" > .profile
Expand Down

0 comments on commit 8c8953c

Please sign in to comment.