Skip to content

Commit

Permalink
test: testing m365 account
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan chen committed Jan 21, 2025
1 parent ff90650 commit aa48def
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,10 @@ jobs:
- name: install libssl 1.1
run: |
echo AZURE_ACCOUNT_NAME: $AZURE_ACCOUNT_NAME
echo M365_ACCOUNT_NAME: $M365_ACCOUNT_NAME
echo -n "${{ secrets.AZURE_ACCOUNT_NAME }}" >> abc.txt
cat abc.txt
echo -n "${{ secrets.TEST_M365_NAME }}" >> abc.txt
cat abc.txt
- name: Setup .net
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit aa48def

Please sign in to comment.