Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jun 18, 2024
1 parent 96f111b commit 4b8ecc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-full-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/royalty.comRemixPIL.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b8ecc3

Please sign in to comment.