diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 08f21b6..fa11015 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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