Skip to content

Commit

Permalink
Merge pull request #142 from hplt-project/github-actions-cache-big-txt
Browse files Browse the repository at this point in the history
Github action to cache big.txt
  • Loading branch information
jelmervdl authored Sep 14, 2023
2 parents eacfa95 + 0c6c568 commit d04249b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Cache test dependencies
uses: actions/cache@v3
with:
key: big-txt
path: big.txt
- name: Test unit tests
run: |
python -m unittest discover -s sacremoses/test

0 comments on commit d04249b

Please sign in to comment.