From 4b8ecc3d0a57880d5f13644830b1c413cad48bf5 Mon Sep 17 00:00:00 2001 From: Jacqueline Zhang Date: Tue, 18 Jun 2024 18:51:58 +0800 Subject: [PATCH] update configs --- .github/workflows/run-full-regression-test.yml | 2 +- test/e2e/royalty.comRemixPIL.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-full-regression-test.yml b/.github/workflows/run-full-regression-test.yml index 4db2b7c..f9a1513 100644 --- a/.github/workflows/run-full-regression-test.yml +++ b/.github/workflows/run-full-regression-test.yml @@ -50,7 +50,7 @@ jobs: echo SEPOLIA_ROYALTY_POLICY_LAP_ADDRESS = ${{ vars.SEPOLIA_ROYALTY_POLICY_LAP_ADDRESS }} >> .env echo SEPOLIA_DISPUTE_MODULE_ADDRESS = ${{ vars.SEPOLIA_DISPUTE_MODULE_ADDRESS }} >> .env echo SEPOLIA_IPASSET_REGISTRY_ADDRESS = ${{ vars.SEPOLIA_IPASSET_REGISTRY_ADDRESS }} >> .env - cat .env + echo SEPOLIA_LICENSE_TOKEN_ADDRESS = ${{ vars.SEPOLIA_LICENSE_TOKEN_ADDRESS }} >> .env - name: Run E2E Test in Sepolia run: | diff --git a/test/e2e/royalty.comRemixPIL.test.ts b/test/e2e/royalty.comRemixPIL.test.ts index df547ca..b516020 100644 --- a/test/e2e/royalty.comRemixPIL.test.ts +++ b/test/e2e/royalty.comRemixPIL.test.ts @@ -433,7 +433,7 @@ describe("SDK E2E Test - Royalty", function () { }); }); - describe.only("Commercial Remix PIL - Claim Minting Fee and Revenue by EOA2", function () { + describe("Commercial Remix PIL - Claim Minting Fee and Revenue by EOA2", function () { const mintingFee = 600; const payAmount = 2000; const commercialRevShare = 10;