Skip to content

Commit

Permalink
update run command
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed Jan 8, 2024
1 parent 0a91e3a commit 71464e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-tbd-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
FILE: ${{ format('{0}/go/cmd/dolt/commands/sqlserver/yaml_config.go', github.workspace) }}
NEW_VERSION: "test-version-0.0.1"
- name: update minver_validation.txt
run: go run $MAIN_GO $FILE
run: go run -mod=readonly ./utils/genminver_validation/
env:
MAIN_GO: ${{ format('{0}/go/utils/genminver_validation/main.go', github.workspace) }}
FILE: ${{ format('{0}/go/cmd/dolt/commands/sqlserver/testdata/minver_validation.txt', github.workspace) }}
- name: show minver_validation.txt diff
run: git diff .

0 comments on commit 71464e3

Please sign in to comment.