1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

Fix working directory bug (#2769)

This commit is contained in:
Vince Grassia
2022-06-01 15:36:16 -04:00
committed by GitHub
parent dac02ed11d
commit 6b51b95d39

View File

@@ -17,7 +17,6 @@ on:
defaults: defaults:
run: run:
shell: bash shell: bash
working-directory: apps/browser
jobs: jobs:
setup: setup:
@@ -88,6 +87,7 @@ jobs:
else else
echo "Test passed!" echo "Test passed!"
fi fi
working-directory: apps/browser
release: release: