Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Dec 18, 2023
1 parent d255874 commit 4cd2b5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
pull_request:
jobs:
if: false
build:
name: E2E
runs-on: ubuntu-latest
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov

- name: e2e - Starting service
run: |
go build .
nohup ./service &
working-directory: ./examples/service

- name: e2e - Starting client
run: |
go run main.go
working-directory: ./examples/client

0 comments on commit 4cd2b5a

Please sign in to comment.