Skip to content

Commit

Permalink
Fixed workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Sep 26, 2024
1 parent 1648837 commit c824d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
env:
AZURITE_ACCOUNTS: flowphpaccount01:flowphpkey01

- name: Check Azurite blob service
run: curl -X PUT "http://127.0.0.1:10000/flowphpaccount01/test-container?restype=container" -H "x-ms-version: 2020-04-08" -H "Authorization: SharedKey flowphpaccount01:flowphpkey01"
- name: Check Azurite blob service
run: curl -X PUT "http://127.0.0.1:10000/flowphpaccount01/test-container?restype=container" -H "x-ms-version: 2020-04-08" -H "Authorization: SharedKey flowphpaccount01:flowphpkey01"

- name: "Get Composer Cache Directory"
id: composer-cache
Expand Down

0 comments on commit c824d56

Please sign in to comment.