4 lines
209 B
Bash
4 lines
209 B
Bash
#!/bin/bash
|
|||
# Run from the repository root, or adjust the path below as needed.
|
|||
dotnet test test/integration/Elsa.Dsl.ElsaScript.IntegrationTests/Elsa.Dsl.ElsaScript.IntegrationTests.csproj --verbosity normal
|