File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 82
82
- name : ${{ matrix.suite }} tests
83
83
run : go test -v github.com/jfrog/jfrog-client-go/tests --timeout 0 --test.${{ matrix.suite }} --rt.url=${{ secrets.PLATFORM_URL }}/artifactory --ds.url=${{ secrets.PLATFORM_URL }}/distribution --xr.url=${{ secrets.PLATFORM_URL }}/xray --xsc.url=${{ secrets.PLATFORM_URL }}/xsc --access.url=${{ secrets.PLATFORM_URL }}/access --rt.user=${{ secrets.PLATFORM_USER }} --rt.password=${{ secrets.PLATFORM_PASSWORD }} --access.token=${{ secrets.PLATFORM_ADMIN_TOKEN }} --ci.runId=${{ runner.os }}-${{ matrix.suite }}
84
84
85
- JFrog-Client-Go-Pipelines-Tests :
86
- needs : Pretest
87
- name : pipelines ubuntu-latest
88
- runs-on : ubuntu-latest
89
- steps :
90
- - name : Checkout code
91
- uses : actions/checkout@v4
92
- with :
93
- ref : ${{ github.event.pull_request.head.sha }}
94
-
95
- - name : Setup Go with cache
96
- uses : jfrog/.github/actions/install-go-with-cache@main
97
-
98
- - name : pipelines tests
99
- run : go test -v github.com/jfrog/jfrog-client-go/tests --timeout 0 --test.pipelines --rt.url=${{ secrets.PLATFORM_URL }}/artifactory --pipe.url=${{ secrets.PLATFORM_URL }}/pipelines --rt.user=${{ secrets.PLATFORM_USER }} --rt.password=${{ secrets.PLATFORM_PASSWORD }} --pipe.accessToken=${{ secrets.PLATFORM_ADMIN_TOKEN }} --pipe.vcsToken=${{ secrets.CLI_PIPE_VCS_TOKEN }} --pipe.vcsRepo=${{ secrets.CLI_PIPE_VCS_REPO }} --pipe.vcsBranch=${{ secrets.CLI_PIPE_VCS_BRANCH }} --ci.runId=${{ runner.os }}_pipe
100
-
101
85
JFrog-Client-Go-Repositories-Tests :
102
86
needs : Pretest
103
87
name : repositories ubuntu-latest
You can’t perform that action at this time.
0 commit comments