Skip to content

Commit

Permalink
Merge pull request #137 from ArangoGutierrez/make
Browse files Browse the repository at this point in the history
Install make before E2E
  • Loading branch information
ArangoGutierrez authored Aug 5, 2024
2 parents a4b01d7 + a6ba256 commit b49a324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
go-version: 'stable'
check-latest: true
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make
- name: Run e2e-aws tests
run: make -f tests/Makefile e2e-aws
- name: Run e2e-vsphere tests
Expand Down

0 comments on commit b49a324

Please sign in to comment.