Skip to content

Commit

Permalink
Remove corecli, unused
Browse files Browse the repository at this point in the history
  • Loading branch information
memclutter committed Jan 23, 2022
1 parent 75e6220 commit f27dd13
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2,321 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ main, corecli ]
branches: [ main ]
pull_request:
branches: [ main, corecli ]
branches: [ main ]

jobs:

Expand All @@ -22,19 +22,9 @@ jobs:
with:
go-version: ${{ matrix.go_version }}

- name: Up services
if: ${{ matrix.os == 'ubuntu-latest' }}
run: cd deployments/test && docker-compose up -d && cd ../../

- name: Test GO ${{ matrix.go_version }}
env:
SERVICES_UP: "${{ matrix.os == 'ubuntu-latest' && '1' || '' }}"
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic

- name: Down services
if: ${{ matrix.os == 'ubuntu-latest' }}
run: cd deployments/test && docker-compose down && cd ../../

- name: Upload to codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.go_version == '1.17' }}
run: bash <(curl -s https://codecov.io/bash)
39 changes: 0 additions & 39 deletions deployments/test/docker-compose.yml

This file was deleted.

161 changes: 0 additions & 161 deletions pkg/corecli/commands.go

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/corecli/commands_test.go

This file was deleted.

Loading

0 comments on commit f27dd13

Please sign in to comment.