Skip to content

Commit

Permalink
Merge pull request #181 from goccy/feature/fix-circleci
Browse files Browse the repository at this point in the history
Fix circleci settings ( merge base branch before running test )
  • Loading branch information
goccy authored Nov 19, 2020
2 parents 3f14186 + c0106b3 commit ab7b2c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
GO111MODULE: "on"
steps:
- checkout
- run:
name: merge base branch
command: |
git remote add goccy https://github.com/goccy/go-yaml.git
git pull goccy master
- run:
name: Download modules
command: |
Expand Down

0 comments on commit ab7b2c8

Please sign in to comment.