summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMegan <megan@cryptoworkshop.com>2022-07-15 07:07:26 +0000
committerMegan <megan@cryptoworkshop.com>2022-07-15 07:07:26 +0000
commite231998ef691abcd40b829c227d3e3785e99ffd4 (patch)
treed1bff1a93b795c2ce7196d7eba601df2cbef2b20 /.gitlab-ci.yml
parentInitial test workflow (diff)
downloadBouncyCastle.NET-ed25519-e231998ef691abcd40b829c227d3e3785e99ffd4.tar.xz
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e9c9cdf1..712ce0c42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,4 +5,5 @@ stages:          # List of stages for jobs, and their order of execution
 net462-job:   # This job runs in the test stage.
   stage: test    # It only starts when the job in the build stage completes successfully.
   script:
+    - "dir "
     - "dotnet test --framework net462 -v:normal -l \"console;verbosity=detailed\" crypto\\test\\BouncyCastle.Crypto.Tests.csproj"