mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix typo in CI config
This commit is contained in:
parent
de58918f36
commit
4df8fd0ee4
1 changed files with 5 additions and 5 deletions
|
@ -48,11 +48,11 @@ jobs:
|
||||||
- run: bash -c '"$(yarn bin)/web-ext" build --source-dir ./build --overwrite-dest'
|
- run: bash -c '"$(yarn bin)/web-ext" build --source-dir ./build --overwrite-dest'
|
||||||
- run: mv web-ext-artifacts/*.zip web-ext-artifacts/tridactyl.xpi
|
- run: mv web-ext-artifacts/*.zip web-ext-artifacts/tridactyl.xpi
|
||||||
# selenium is temperamental - give it lots of chances to succeed
|
# selenium is temperamental - give it lots of chances to succeed
|
||||||
- run: bash -c 'PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest e2e_tests" ||
|
- run: bash -c 'PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest" e2e_tests ||
|
||||||
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest e2e_tests" ||
|
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest" e2e_tests ||
|
||||||
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest e2e_tests" ||
|
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest" e2e_tests ||
|
||||||
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest e2e_tests" ||
|
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest" e2e_tests ||
|
||||||
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest e2e_tests"'
|
PATH="$HOME/firefox:$PATH" "$(yarn bin)/jest" e2e_tests'
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue