mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
updating the output with a test passing message
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user