Skip to content

Commit

Permalink
Refactor CI workflow: update environment variable setup for macOS to …
Browse files Browse the repository at this point in the history
…improve clarity in job naming
  • Loading branch information
tsviz committed Dec 2, 2024
1 parent 13b5932 commit c88c39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Set Environment Variables for macOS and sleep to allow server recieve requests
- name: Set Environment Variables for macOS
if: matrix.os == 'macos-latest'
run: |
echo "TEST_USER=user1" >> $GITHUB_ENV
Expand Down

0 comments on commit c88c39c

Please sign in to comment.