Skip to content

Commit c066864

Browse files
committed
Added e2e tests for create and update of a draft release bundle commands
1 parent 01e7ed7 commit c066864

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lifecycleTests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ jobs:
5555
if: matrix.os.name != 'macos'
5656
uses: jfrog/.github/actions/install-go-with-cache@main
5757

58+
- name: Force fresh module download
59+
if: matrix.os.name != 'macos'
60+
run: |
61+
echo "=== Current jfrog-client-go in go.mod ==="
62+
grep jfrog-client-go go.mod
63+
echo "=== Clearing module cache and downloading fresh ==="
64+
go clean -modcache
65+
go mod download
66+
echo "=== Resolved jfrog-client-go version ==="
67+
go list -m github.com/jfrog/jfrog-client-go
68+
5869
- name: Debug macOS Environment and Set Timeout
5970
if: runner.os == 'macOS'
6071
run: |

0 commit comments

Comments
 (0)