Skip to content

Commit

Permalink
fix ci: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
shinohara-rin committed Jun 27, 2024
1 parent d03982e commit 91f0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: fetch feat-mocks branch
run: |
git clone --branch feat-mocks-antlr-dev --depth 1 https://github.com/meowcraft-dev/arrow-adbc.git
git clone --branch feat-mocks --depth 1 https://github.com/meowcraft-dev/arrow-adbc.git
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 91f0e01

Please sign in to comment.