mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
updating the output with a test passing message
This commit is contained in:
parent
0a39d631b0
commit
626da7d506
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -79,6 +79,8 @@ jobs:
|
||||
|
||||
if [[ $errors -eq 1 ]]; then
|
||||
exit 1
|
||||
else
|
||||
echo "Test passed"
|
||||
fi
|
||||
|
||||
- name: npm setup & test
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -107,6 +107,8 @@ jobs:
|
||||
|
||||
if [[ $errors -eq 1 ]]; then
|
||||
exit 1
|
||||
else
|
||||
echo "Test passed"
|
||||
fi
|
||||
|
||||
- name: gulp
|
||||
|
Loading…
Reference in New Issue
Block a user