Skip to content

Commit

Permalink
Run e2e tests on build (elastic#41)
Browse files Browse the repository at this point in the history
This enables running "e2e tests" for each build.
  • Loading branch information
thbkrkr committed Apr 24, 2023
1 parent 6be6bcc commit 7444d6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
run: |
go get -v -t -d ./...
- name: Run tests
- name: Run go tests
run: go test -v ./...

- name: Build
run: go build -v .

- name: Run e2e tests
run: ./test.sh

0 comments on commit 7444d6a

Please sign in to comment.