From ee4701ad8fa498b42645cc6512c9e28a9aee7c30 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Wed, 5 Apr 2023 20:03:13 +0200 Subject: [PATCH] Add build command for ethereum package --- .github/workflows/pr_test_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index fc8f9b8ae..682afc8f8 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -85,6 +85,7 @@ jobs: cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. + cd cw_ethereum && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd .. flutter packages pub run build_runner build --delete-conflicting-outputs - name: Add secrets