mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
adjust integration testing
This commit is contained in:
parent
5864a3b4a7
commit
4e4e86f1c2
3
.github/workflows/integration.yaml
vendored
3
.github/workflows/integration.yaml
vendored
|
|
@ -17,5 +17,8 @@ jobs:
|
|||
run: |
|
||||
GOBIN=$HOME/bin make install
|
||||
brew install mercurial fossil bazaar darcs git
|
||||
curl -fsSL --compressed https://git.io/cpm > cpm
|
||||
chmod +x cpm
|
||||
./cpm install SVN::Core
|
||||
- name: test
|
||||
run: PATH=$HOME/bin:$PATH ./misc/author/integration_test.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue