Skip to content

Commit

Permalink
Try using workflow telemetry action to track resources
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 19, 2023
1 parent 5b8181f commit b77394c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1

- name: Test with tox
run: |
df
Expand Down Expand Up @@ -106,6 +109,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
- name: Collect Workflow Telemetry
uses: runforesight/workflow-telemetry-action@v1

- name: Test with tox - 10.3
if: ${{ matrix.mariadb-version == '10.3' }}
run: |
Expand Down

0 comments on commit b77394c

Please sign in to comment.