Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Oct 18, 2024
1 parent 7ae8ee9 commit eb16cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
echo "TEST_BUCKET=test-bucket" >> $GITHUB_ENV
echo "TEST_PREFIX=tests/" >> $GITHUB_ENV
echo "STORAGE_EMULATOR_HOST=http://localhost:4443" >> $GITHUB_ENV
echo "STORAGE_EMULATOR_HOST=http://localhost:4443/" >> $GITHUB_ENV
- name: Run Unit Tests
run: |
Expand Down

0 comments on commit eb16cd7

Please sign in to comment.