From 1ee54b835ee6eb960c158e3169dd7f8f3dcda010 Mon Sep 17 00:00:00 2001 From: Boris lysikov Date: Mon, 4 Nov 2024 22:50:45 +0700 Subject: [PATCH] add --- .github/workflows/test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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