diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index 367c0af318..71e4bc44db 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -68,7 +68,7 @@ jobs: if: always() continue-on-error: true with: - earthfile: ./catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/ + earthfile: ./catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/ flags: --allow-privileged targets: nightly-test target_flags: diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/Earthfile b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile similarity index 97% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/Earthfile rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile index ffa8a64a0e..d066ed128b 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/Earthfile +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile @@ -35,7 +35,7 @@ package-test: builder: DO flutter-ci+SETUP - COPY ../../../../../+repo-catalyst-voices-all/repo . + COPY ../../../../+repo-catalyst-voices-all/repo . DO flutter-ci+BOOTSTRAP build-web: diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/compose.yml b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/compose.yml rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/global-setup.ts b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/global-setup.ts similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/global-setup.ts rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/global-setup.ts diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/keys.txt b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/keys.txt similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/keys.txt rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/keys.txt diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/package-lock.json b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/package-lock.json similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/package-lock.json rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/package-lock.json diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/package.json b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/package.json similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/package.json rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/package.json diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/playwright.config.ts b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/playwright.config.ts rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/playwright.config.ts diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/utils.ts b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/utils.ts similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/utils.ts rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/utils.ts diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/wallet-tests.spec.ts b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/wallet-tests.spec.ts similarity index 100% rename from catalyst_voices_packages/catalyst_cardano/catalyst_cardano/test/wallet-automation/wallet-tests.spec.ts rename to catalyst_voices_packages/catalyst_cardano/catalyst_cardano/wallet-automation/wallet-tests.spec.ts