From 77947f8c8cdd4502dc901e77387d902a306f99a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 15 Apr 2024 20:37:07 +0200 Subject: [PATCH] Install temporal on github action --- .github/workflows/test_oonipipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_oonipipeline.yml b/.github/workflows/test_oonipipeline.yml index 371d334a..3d1ec482 100644 --- a/.github/workflows/test_oonipipeline.yml +++ b/.github/workflows/test_oonipipeline.yml @@ -44,6 +44,9 @@ jobs: sudo apt-get update sudo apt-get install -y clickhouse-server clickhouse-client + - name: Install temporal + run: curl -sSf https://temporal.download/cli.sh | sh + - name: Run all tests run: hatch run cov working-directory: ./oonipipeline/