diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 88830e7..6258d33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -91,6 +91,14 @@ jobs: name: Report to Allure needs: test steps: + - name: Install Homebrew + run: | + sudo apt-get update + sudo apt-get install -y build-essential curl file git + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" + - name: Install Allure run: brew install allure