ci
This commit is contained in:
parent
9e72979aeb
commit
f7f91717f0
@ -21,7 +21,8 @@ jobs:
|
||||
- name: "Run DB container"
|
||||
run: |
|
||||
set -x
|
||||
docker -l debug compose -f test/compose.yml up --wait
|
||||
docker -l debug compose -f test/compose.yml up --wait &
|
||||
wait $!
|
||||
go test -v ./...
|
||||
# - name: "Run tests"
|
||||
# run: go test -v ./...
|
||||
@ -44,6 +45,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p _dev/.ssh
|
||||
echo "${{ secrets.CI_SSH_PRIVATE_KEY }}" > _dev/.ssh/id_rsa
|
||||
chmod 0600 _dev/.ssh/id_rsa
|
||||
ssh-keyscan git.vdb.to >> _dev/.ssh/known_hosts
|
||||
echo '[url "ssh://git@git.vdb.to"] insteadOf = https://git.vdb.to' > _dev/.gitconfig
|
||||
cp -r _dev ../plugeth/
|
||||
|
Loading…
Reference in New Issue
Block a user