From a17a6d60448a5ca900f5e37ab39613b5ca68a551 Mon Sep 17 00:00:00 2001 From: Dee Date: Tue, 21 May 2024 20:15:41 +0700 Subject: [PATCH] fix earthfile path and add gitignore --- .github/workflows/generate-allure-report.yml | 4 ++-- catalyst-gateway/tests/api_tests/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-allure-report.yml b/.github/workflows/generate-allure-report.yml index 9cb1eccd50..d8d8b4916e 100644 --- a/.github/workflows/generate-allure-report.yml +++ b/.github/workflows/generate-allure-report.yml @@ -77,8 +77,8 @@ jobs: if: always() continue-on-error: true with: - earthfile: ./catalyst-gateway/tests/api-tests/ - flags: + earthfile: ./catalyst-gateway/tests/api_tests/ + flags: --allow-privileged targets: test target_flags: runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }} diff --git a/catalyst-gateway/tests/api_tests/.gitignore b/catalyst-gateway/tests/api_tests/.gitignore index ed8ebf583f..40f65ddf37 100644 --- a/catalyst-gateway/tests/api_tests/.gitignore +++ b/catalyst-gateway/tests/api_tests/.gitignore @@ -1 +1,2 @@ -__pycache__ \ No newline at end of file +__pycache__ +junit-report.xml \ No newline at end of file