Skip to content

Commit

Permalink
Fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Mar 15, 2024
1 parent f01da29 commit 132056f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@v3
- name: Build baton-baton-vgs
run: go build ./cmd/baton-baton-vgs
- name: Run baton-baton-vgs
run: ./baton-baton-vgs
- name: Build baton-vgs
run: go build ./cmd/baton-vgs
- name: Run baton-vgs
run: ./baton-vgs
- name: Install baton
run: ./scripts/get-baton.sh && mv baton /usr/local/bin
- name: Get baton resources
Expand Down

0 comments on commit 132056f

Please sign in to comment.