Skip to content

Commit

Permalink
added make to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorpusenko committed Feb 28, 2024
1 parent 13cf9bc commit 39b9793
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/degradation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Setup make
run: sudo apt-get update && sudo apt-get install make

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -28,12 +31,8 @@ jobs:
cd ./scripts/degradation-tester
go install .
- name: Run performance tests
- name: Run degradation tester tool
run: |
pwd
cd ..
cd ..
pwd
make degradation-tester
env:
GO111MODULE: on

0 comments on commit 39b9793

Please sign in to comment.