Skip to content

Commit

Permalink
actions: add stage to install telemetry using .toml
Browse files Browse the repository at this point in the history
Signed-off-by: kimpaller <[email protected]>
  • Loading branch information
kimpaller committed May 2, 2024
1 parent b85a962 commit c9e7182
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install telemetry
run: |
pip install .
- name: Start MongoDB
uses: supercharge/[email protected]
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
- name: Install telemetry
run: |
pip install .
- name: Configure sysctl limits
run: |
sudo swapoff -a
Expand Down

0 comments on commit c9e7182

Please sign in to comment.