Skip to content

Commit 8971035

Browse files
Update test.yml
1 parent dea8dd8 commit 8971035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- run: if [ -z "${NUGET_AUTH_TOKEN}" ]; then echo "It is empty"; else echo "It is not empty" fi
25+
- run: |
26+
[[ -z "${NUGET_AUTH_TOKEN}" ]] && echo 'does not exist' || echo "exists"
2627
- name: Setup .NET
2728
uses: actions/setup-dotnet@v4
2829
with:

0 commit comments

Comments
 (0)