Skip to content

Commit

Permalink
remove Get brew cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyAH committed Jan 21, 2023
1 parent 9d06dac commit bf1fa73
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test-convene-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
# Temporary mitigation for https://github.com/actions/runner-images/issues/6283
# Perhaps we should consider not using brew in CI (though it sure is nice!)

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -77,10 +76,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Get brew cache path
id: brew-cache-path
run: echo "::set-output name=path::$(brew --cache)"
run: echo "::set-output name=path::$(brew --cache)"
- name: Setup test environment
run: |
Expand Down Expand Up @@ -136,7 +131,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
# Temporary mitigation for https://github.com/actions/runner-images/issues/6283
# Perhaps we should consider not using brew in CI (though it sure is nice!)

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -168,9 +162,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Get brew cache path
id: brew-cache-path
run: echo "::set-output name=path::$(brew --cache)"
- name: Setup test environment
run: |
Expand Down Expand Up @@ -238,7 +229,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
# Temporary mitigation for https://github.com/actions/runner-images/issues/6283
# Perhaps we should consider not using brew in CI (though it sure is nice!)

- name: Install Firefox
uses: browser-actions/setup-firefox@latest
Expand Down Expand Up @@ -273,9 +263,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Get brew cache path
id: brew-cache-path
run: echo "::set-output name=path::$(brew --cache)"
- name: Setup test environment
run: |
Expand Down

0 comments on commit bf1fa73

Please sign in to comment.