File tree Expand file tree Collapse file tree 12 files changed +13
-13
lines changed
testdata/docker/artifactory Expand file tree Collapse file tree 12 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 36
36
- name : Install local Artifactory
37
37
uses : jfrog/.github/actions/install-local-artifactory@main
38
38
with :
39
- RTLIC : ${{ secrets.RTLIC }}
39
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
40
40
41
41
- name : Get ID Token and Exchange Token
42
42
shell : bash
Original file line number Diff line number Diff line change 36
36
- name : Install local Artifactory
37
37
uses : jfrog/.github/actions/install-local-artifactory@main
38
38
with :
39
- RTLIC : ${{ secrets.RTLIC }}
39
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
40
40
41
41
- name : Run Artifactory tests
42
42
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.artifactory --jfrog.url=http://127.0.0.1:8082 --jfrog.adminToken=${{ env.JFROG_TESTS_LOCAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 31
31
cd ./testdata/docker/artifactory/
32
32
./start.sh
33
33
env :
34
- RTLIC : ${{secrets.RTLIC }}
34
+ RTLIC_V6 : ${{secrets.RTLIC_V6 }}
35
35
GOPROXY : direct
36
36
37
37
- name : Wait for Artifactory to finish loading
Original file line number Diff line number Diff line change 47
47
- name : Install local Artifactory
48
48
uses : jfrog/.github/actions/install-local-artifactory@main
49
49
with :
50
- RTLIC : ${{ secrets.RTLIC }}
50
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
51
51
52
52
- name : Run Gradle tests
53
53
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.gradle
Original file line number Diff line number Diff line change 39
39
- name : Install local Artifactory
40
40
uses : jfrog/.github/actions/install-local-artifactory@main
41
41
with :
42
- RTLIC : ${{ secrets.RTLIC }}
42
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
43
43
44
44
- name : Run Maven tests
45
45
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.maven
Original file line number Diff line number Diff line change 38
38
- name : Install local Artifactory
39
39
uses : jfrog/.github/actions/install-local-artifactory@main
40
40
with :
41
- RTLIC : ${{ secrets.RTLIC }}
41
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
42
42
43
43
- name : Run npm tests
44
44
env :
Original file line number Diff line number Diff line change 62
62
- name : Install local Artifactory
63
63
uses : jfrog/.github/actions/install-local-artifactory@main
64
64
with :
65
- RTLIC : ${{ secrets.RTLIC }}
65
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
66
66
67
67
- name : Run NuGet tests
68
68
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.nuget
Original file line number Diff line number Diff line change 33
33
- name : Install local Artifactory
34
34
uses : jfrog/.github/actions/install-local-artifactory@main
35
35
with :
36
- RTLIC : ${{ secrets.RTLIC }}
36
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
37
37
38
38
- name : Run plugins tests
39
39
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.plugins
Original file line number Diff line number Diff line change 48
48
- name : Install local Artifactory
49
49
uses : jfrog/.github/actions/install-local-artifactory@main
50
50
with :
51
- RTLIC : ${{ secrets.RTLIC }}
51
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
52
52
53
53
- name : Run Python tests
54
54
run : go test -v github.com/jfrog/jfrog-cli --timeout 0 --test.${{ matrix.suite }}
Original file line number Diff line number Diff line change 33
33
- name : Install local Artifactory
34
34
uses : jfrog/.github/actions/install-local-artifactory@main
35
35
with :
36
- RTLIC : ${{ secrets.RTLIC }}
36
+ RTLIC_V6 : ${{ secrets.RTLIC_V6 }}
37
37
JFROG_HOME : ${{ runner.temp }}
38
38
39
39
- name : Run transfer tests
56
56
- name : Install local Artifactory
57
57
uses : jfrog/.github/actions/install-local-artifactory@main
58
58
with :
59
- RTLIC : ${{ secrets.RTLIC_V6 }}
59
+ RTLIC_V6 : ${{ secrets.RTLIC_V6_V6 }}
60
60
JFROG_HOME : ${{ runner.temp }}
61
61
VERSION : 6.23.21
62
62
You can’t perform that action at this time.
0 commit comments