Skip to content

Commit

Permalink
Run tests on pull requests and cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Apr 12, 2024
1 parent 1eaf14f commit 01fea08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: run-tests
run-name: ${{ github.actor }} is running tests
on: [push]
on: [push, pull_request]
jobs:
tests:

Expand All @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 01fea08

Please sign in to comment.