Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Mar 17, 2024
1 parent ab461b7 commit af44e77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/go.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ jobs:
- name: Check out source code
uses: actions/checkout@v4

- name: Unit tests
run: make test

- name: Start dependencies
run: make deps-start

- name: Running CI
run: |
sleep 0
sleep 30
make ci
- name: Convert coverage file to lcov
Expand All @@ -71,4 +68,3 @@ jobs:

- name: Stop dependencies
run: make deps-stop

37 changes: 0 additions & 37 deletions .github/workflows/e2e.yml

This file was deleted.

0 comments on commit af44e77

Please sign in to comment.