Skip to content

Commit

Permalink
throw out glide github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Theel <tt@fino.digital>
  • Loading branch information
Tobias Theel committed Sep 2, 2021
1 parent 2583284 commit 008c9ef
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
cd $PROJECT
make install-ci
dep version
- name: Run tests
run: |
cd $PROJECT
Expand All @@ -32,25 +31,4 @@ jobs:
with:
file: cover.out
fail_ci_if_error: true
verbose: true

unit-tests-glide:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ^1.15
- name: Setup GOPATH
uses: ./.github/actions/setup-gopath
- name: Install dependencies and tools
run: |
cd $PROJECT
make install-ci
glide -v
- name: Run tests
run: |
cd $PROJECT
make test-ci
verbose: true

0 comments on commit 008c9ef

Please sign in to comment.