Skip to content

Commit 77bb743

Browse files
authored
Testing workflow conditions (#1747)
This should not run the smoke tests.
1 parent 82a47da commit 77bb743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ jobs:
160160

161161
- name: Clean up Keys
162162
run: |
163-
rm ./.env
163+
node -e "try{require('fs').unlinkSync('./.env');}catch(e){}"
164164
working-directory: ts
165165
if: always()

dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TypeAgent includes [KnowPro.NET](./typeagent/src/knowpro/), which explores how t
1212
- C# code that supports the Typescript **TypeAgent** implementation.
1313

1414
- [AutoShell](./autoShell/)(Windows Only) - Support [Desktop](../ts/packages/agents/desktop/) to control Window functionalities.
15-
- [email](./email/)(Windows Only) - Sample code for importing emails from Outlook
15+
- [email](./email/)(Windows Only) - Sample code for importing emails from Outlook.
1616

1717
## Trademarks
1818

0 commit comments

Comments
 (0)