Skip to content

Commit

Permalink
test: leading spaces only
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati committed Nov 16, 2024
1 parent 994eeb4 commit 45cc64a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./ # Uses the current repository as an action
with:
firebase-tools-version: 'latest'
emulators: 'auth, firestore,functions , storage, database '
emulators: ' auth, firestore, functions, storage, database'
project-id: 'test-project'
max-retries: '1'
max-checks: '60'
Expand Down
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ runs:
# Remove trailing comma if it exists
EMULATORS=$(echo "$EMULATORS" | sed 's/,$//')
# Output the result for debugging purposes
echo "Stripped emulators list: $EMULATORS"
echo "EMULATORS=$EMULATORS" >> $GITHUB_ENV # Store stripped emulators in the environment
Expand Down

0 comments on commit 45cc64a

Please sign in to comment.