Skip to content

Commit

Permalink
test multiple adds
Browse files Browse the repository at this point in the history
  • Loading branch information
bheni committed Jan 8, 2024
1 parent e3f84e2 commit 2b94edc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-tbd-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ jobs:
run: go run -mod=readonly ./utils/genminver_validation/ $FILE
env:
FILE: ${{ format('{0}/go/cmd/dolt/commands/sqlserver/testdata/minver_validation.txt', github.workspace) }}
- uses: EndBug/[email protected]
with:
message: add and commit
add: ${{ format('["{0}/go/cmd/dolt/dolt.go", "{0}/go/cmd/dolt/commands/sqlserver/yaml_config.go", "{0}/go/cmd/dolt/commands/sqlserver/testdata/minver_validation.txt"]', github.workspace) }}
cwd: "."
pull: "--ff"
- name: show minver_validation.txt diff
run: git diff .

0 comments on commit 2b94edc

Please sign in to comment.