Skip to content

Commit

Permalink
fix e2e pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Jun 19, 2024
1 parent 7614b51 commit fb89a46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
- name: Install goreman
run: |
go get go install github.com/mattn/goreman@latest
go install github.com/mattn/goreman@latest
goreman version
- run: go run cmd/dgate-server/main.go &

- run: |
cd functional-tests/raft_tests
goreman start &
- run: cd functional-tests/raft_tests && goreman start &

- name: Wait for server to start
run: sleep 5
Expand Down

0 comments on commit fb89a46

Please sign in to comment.