Skip to content

Commit

Permalink
dsds
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil committed Sep 25, 2024
1 parent 5f8afa0 commit f6702ca
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/golang_rc_candidate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,19 @@ jobs:
echo "Installing gvm"
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source /home/runner/.gvm/scripts/gvm
- name: Run coverage commands
shell: bash
run: |
#!/bin/bash
echo "RC RC"

which gvm

gvm listall
rcToInstall=$(gvm listall | grep rc | grep 23 | tail -1)
echo "RC version : $rcToInstall"


Expand Down

0 comments on commit f6702ca

Please sign in to comment.