From bfd9ba10433686ce30f6916b9dd0af154c0ee14e Mon Sep 17 00:00:00 2001 From: Maciej Skrzypkowski Date: Thu, 20 Jun 2024 11:16:59 +0200 Subject: [PATCH] Moved smart contract workflow to the main .github dir (#24) --- .../test.yml => .github/workflows/smart_contract_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename SmartContracts/.github/workflows/test.yml => .github/workflows/smart_contract_tests.yml (89%) diff --git a/SmartContracts/.github/workflows/test.yml b/.github/workflows/smart_contract_tests.yml similarity index 89% rename from SmartContracts/.github/workflows/test.yml rename to .github/workflows/smart_contract_tests.yml index 9282e82..a880611 100644 --- a/SmartContracts/.github/workflows/test.yml +++ b/.github/workflows/smart_contract_tests.yml @@ -1,10 +1,14 @@ -name: test +name: sc_tests on: workflow_dispatch env: FOUNDRY_PROFILE: ci +defaults: + run: + working-directory: SmartContracts + jobs: check: strategy: