Skip to content

Commit

Permalink
Use the good folders for parametric tests (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored May 25, 2023
1 parent 9ee909a commit 638d6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: '1.18.7'
- name: Patch dd-trace-go version
run: |
cd system-tests/parametric/apps/golang
cd system-tests/utils/build/docker/golang/parametric/
go get gopkg.in/DataDog/dd-trace-go.v1@$COMMIT_SHA
go mod tidy
Expand All @@ -53,6 +53,6 @@ jobs:
pip install wheel
- name: Run
run: |
pip install -r system-tests/requirements.txt
cd system-tests/parametric
pip install -r requirements.txt
CLIENTS_ENABLED=golang ./run.sh

0 comments on commit 638d6fd

Please sign in to comment.