Skip to content

Commit

Permalink
added escaping chars
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Apr 16, 2024
1 parent 1526f6f commit 6d00b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
brew update
brew tap homebrew/cask-versions && brew install --cask firefox-developer-edition
echo "FIREFOX_BIN=/Applications/Firefox Developer Edition.app/Contents/MacOS/firefox-bin" >> $GITHUB_ENV
echo "FIREFOX_BIN=/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox-bin" >> $GITHUB_ENV
- name: Read .nvmrc
id: nvm
Expand Down

0 comments on commit 6d00b8c

Please sign in to comment.