Skip to content

Commit

Permalink
In pipeline tests we also need clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 17, 2024
1 parent 0156f12 commit b6c947a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_oonipipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
path: oonipipeline/tests/data/measurements/
key: oonipipeline-tests-data-raw_measurements-${{ hashFiles('tests/conftest.py') }}

- name: Install clickhouse
run: |
sudo apt-get install -y apt-transport-https ca-certificates dirmngr
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6BD2B48D754
echo "deb https://packages.clickhouse.com/deb stable main" | sudo tee \
/etc/apt/sources.list.d/clickhouse.list
sudo apt-get update
sudo apt-get install -y clickhouse-server clickhouse-client
- name: Run all tests
run: make test-cov
working-directory: ./oonipipeline/
Expand Down

0 comments on commit b6c947a

Please sign in to comment.