removed duplicate copy of updeate_brew_list
This commit is contained in:
parent
fd1be9cc02
commit
fd722522db
2 changed files with 5 additions and 8 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: Update Brew Lists
|
||||
|
||||
on:
|
||||
|
|
@ -14,7 +15,8 @@ jobs:
|
|||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.email "${{ github.actor }}@users.noreply.\
|
||||
github.com"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
|
||||
- name: Update update_brew_lists
|
||||
|
|
|
|||
9
.github/workflows/test_script.yml
vendored
9
.github/workflows/test_script.yml
vendored
|
|
@ -29,7 +29,8 @@ jobs:
|
|||
if: startsWith(matrix.os, 'macos')
|
||||
run: |
|
||||
if ! command -v brew &> /dev/null; then
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/\
|
||||
Homebrew/install/HEAD/install.sh)"
|
||||
fi
|
||||
brew install tmux
|
||||
|
||||
|
|
@ -51,13 +52,7 @@ jobs:
|
|||
chmod +x tmux_windownizer
|
||||
./tmux_windownizer
|
||||
|
||||
- name: Test update_brew_lists
|
||||
run: |
|
||||
chmod +x update_brew_lists
|
||||
./update_brew_lists
|
||||
|
||||
- name: Test setup_dev_environment.sh
|
||||
run: |
|
||||
chmod +x setup_dev_env
|
||||
./setup_dev_env
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue