Remove tests that $PATH is left alone

This test isn't really needed, and it's causing spurious CI failures because
it's hitting GitHub API rate limits.
This commit is contained in:
Dave Rolsky
2023-03-19 11:18:25 -04:00
parent d1d76ade32
commit 54e4a464ed
2 changed files with 0 additions and 14 deletions

View File

@@ -175,12 +175,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# This is installed here so we can check for it in $PATH later. This
# makes sure that the actions don't overwrite anything in $PATH.
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Copy test project to root
shell: bash
run: |
@@ -211,7 +205,3 @@ jobs:
shell: bash
run: |
tests/check-binary.sh "${{ matrix.platform.target }}" "${{ matrix.platform.expect_cross }}" "${{ matrix.platform.expect_file }}" "${{ matrix.platform.expect_stripped }}"
- name: Check that $PATH is not overwritten
shell: bash
run: |
tests/check-path.sh

View File

@@ -1,4 +0,0 @@
set -e
set -x
which protoc