Skip to content

Commit

Permalink
fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Aug 9, 2021
1 parent 6f78230 commit 01d201d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ environment:
TEST_SUIT:
go test -v github.com\jfrog\jfrog-client-go\tests --timeout 0 --test.pipelines=true --pipe.url="%JFROG_CLI_PIPE_URL%" --pipe.accessToken="%JFROG_CLI_PIPE_TOKEN%" --pipe.vcsToken="%JFROG_CLI_PIPE_VCS_TOKEN%" --pipe.vcsRepo="%JFROG_CLI_PIPE_VCS_REPO%" --pipe.vcsBranch="%JFROG_CLI_PIPE_VCS_BRANCH%"
- ACCESS_TESTS:
TEST_SUIT:
go test -v github.com\jfrog\jfrog-client-go\tests --timeout 0 --test.access=true --access.url="%JFROG_CLI_ACCESS_URL%" --access.accessToken="%JFROG_CLI_ACCESS_TOKEN%"
TEST_SUIT:
go test -v github.com\jfrog\jfrog-client-go\tests --timeout 0 --test.access=true --access.url="%JFROG_CLI_ACCESS_URL%" --access.accessToken="%JFROG_CLI_ACCESS_TOKEN%"

test_script:
- "%TEST_SUIT%"

0 comments on commit 01d201d

Please sign in to comment.