Skip to content

Commit

Permalink
Experiment with integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirov-dd committed Dec 19, 2024
1 parent 31a90a2 commit 2d3b7d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,11 @@ jobs:
v01-python-${{ env.pythonLocation }}
- name: Install ddev from local folder
working-directory: .\python_dir
run: |
python -m pip install -e ./datadog_checks_dev[cli]
python -m pip install -e ./ddev
which python
./python.exe -m pip install -e ../datadog_checks_dev[cli]
./python.exe -m pip install -e ../ddev
- name: Configure ddev
run: |
Expand Down

0 comments on commit 2d3b7d2

Please sign in to comment.