diff --git a/.github/workflows/dev-acc.yml b/.github/workflows/dev-acc.yml index ccf6a696..c0198523 100644 --- a/.github/workflows/dev-acc.yml +++ b/.github/workflows/dev-acc.yml @@ -49,5 +49,4 @@ jobs: - name: Run Acceptance test run: | - export TestAccDataSourceNetworkType="$(pwd)/acc-dev-testcases" - make acceptance \ No newline at end of file + TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance \ No newline at end of file