From 6b6fb17bca2c3820f721aa8c4523b8918bf947b0 Mon Sep 17 00:00:00 2001 From: Matt Triff Date: Wed, 15 Dec 2021 20:37:52 -0500 Subject: [PATCH] Update adding to path to new syntax --- .github/workflows/browsers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 0dceed2..125df42 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -79,13 +79,13 @@ jobs: brew install geckodriver if: matrix.browser == 'firefox' && matrix.os == 'macos-latest' - - run: echo "::add-path::$env:GeckoWebDriver" + - run: echo "$env:GeckoWebDriver" >> $GITHUB_PATH if: matrix.browser == 'firefox' && matrix.os == 'windows-latest' - - run: echo "::add-path::$env:IEWebDriver" + - run: echo "$env:IEWebDriver" >> $GITHUB_PATH if: matrix.browser == 'ie' && matrix.os == 'windows-latest' - - run: echo "::add-path::$env:ChromeWebDriver" + - run: echo "$env:ChromeWebDriver" >> $GITHUB_PATH if: matrix.browser == 'chrome' && matrix.os == 'windows-latest' - run: npm i --no-optional --no-audit selenium-webdriver pixelmatch pngjs