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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 20 deletions

View File

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