Skip to content

Commit

Permalink
test: Testing with clone in ci.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Tegnér <[email protected]>
  • Loading branch information
Johannestegner committed May 24, 2022
1 parent ad2f6da commit a18ae0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ stages:
- release

test:
variables:
GIT_STRATEGY: clone
stage: test
image: mcr.microsoft.com/dotnet/sdk:6.0
script:
- dotnet restore
- dotnet test

build:
stage: build
rules:
Expand Down

0 comments on commit a18ae0e

Please sign in to comment.