Skip to content

Commit

Permalink
fixed github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharuk-yb committed Jun 10, 2024
1 parent f556c9b commit 4aa3485
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sizing_calc_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
with:
go-version: '^1.20'

- name: Install dependencies
run: go mod tidy

- name: Run tests
run: go test ./... -v
run: |
cd yb-voyager
go test ./... -v

0 comments on commit 4aa3485

Please sign in to comment.