From 00bba122bdede6f39e6ea2a0312b6a47c2e0c236 Mon Sep 17 00:00:00 2001 From: Faisal Date: Mon, 6 Jan 2025 16:47:34 -0500 Subject: [PATCH] Update edgetest.yml to run-edgetest-action@v1.6 (#317) --- .github/workflows/edgetest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/edgetest.yml b/.github/workflows/edgetest.yml index b8b4d94..13f0d1c 100644 --- a/.github/workflows/edgetest.yml +++ b/.github/workflows/edgetest.yml @@ -23,8 +23,9 @@ jobs: cp tests/data/.locopyrc ~/.locopyrc cp tests/data/.locopy-sfrc ~/.locopy-sfrc - id: run-edgetest - uses: edgetest-dev/run-edgetest-action@v1.5 + uses: edgetest-dev/run-edgetest-action@v1.6 with: edgetest-flags: '-c pyproject.toml --export' base-branch: 'develop' skip-pr: 'false' + add-paths: 'pyproject.toml, requirements.txt'