Skip to content

Commit

Permalink
use latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Nov 25, 2024
1 parent b0401ae commit aea5f13
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@ jobs:
- name: Checkout Current Repository
uses: actions/checkout@v4

- name: Get latest tag
id: latest_tag
run: |
echo "tag=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
- name: Checkout Lava Repository
uses: actions/checkout@v4
with:
repository: lavanet/lava
repository: lavanet/lava
path: lava
fetch-depth: 0
ref: ${{ steps.latest_tag.outputs.tag }}


- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit aea5f13

Please sign in to comment.