From 962e539ac997c7f912fcd007e61db1b11a77c1dd Mon Sep 17 00:00:00 2001 From: Luc Hermitte Date: Wed, 11 Sep 2024 17:03:30 +0200 Subject: [PATCH] Use pre-recorded baseline for search ASF EOF files This will concern tests in test_eof.py. DB searching is tested in test_asf_client.py --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3d70d8..f8c96fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: echo " login asdf" >> ~/.netrc echo " password asdf" >> ~/.netrc chmod 600 ~/.netrc + - name: Setup cache of ASF EOF files + run: | + cp eof/tests/baseline/precise_filenames.txt ~/.cache/sentineleof/ - name: Test with pytest run: | python -m pytest -v --doctest-modules --ignore=eof/__main__.py