We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3c1e2 commit 4eeaecdCopy full SHA for 4eeaecd
1 file changed
.github/workflows/nuget-projector-link.yml
@@ -39,6 +39,11 @@ jobs:
39
- name: Checkout
40
uses: actions/checkout@v4
41
42
+ - name: Test new code
43
+ run: |
44
+ cat ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/Projector.cs | grep "string Test"
45
+ cat ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs | grep "string Test"
46
+
47
- name: Setup .NET Core
48
uses: actions/setup-dotnet@v4
49
with:
0 commit comments