Skip to content

Commit 2e40108

Browse files
update workflow
1 parent 59c6dbe commit 2e40108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-e2e-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
echo SEPOLIA_ROYALTY_POLICY_LAP_ADDRESS = ${{ vars.SEPOLIA_ROYALTY_POLICY_LAP_ADDRESS }} >> .env
5151
echo SEPOLIA_DISPUTE_MODULE_ADDRESS = ${{ vars.SEPOLIA_DISPUTE_MODULE_ADDRESS }} >> .env
5252
echo SEPOLIA_IPASSET_REGISTRY_ADDRESS = ${{ vars.SEPOLIA_IPASSET_REGISTRY_ADDRESS }} >> .env
53-
cat .env
53+
echo SEPOLIA_LICENSE_TOKEN_ADDRESS = ${{ vars.SEPOLIA_LICENSE_TOKEN_ADDRESS }} >> .env
5454
5555
- name: Run E2E Test in Sepolia
5656
run: |
5757
npm run test:sepolia:e2e
58+
5859
- name: Upload Test Report
5960
uses: actions/upload-artifact@v4
6061
with:

0 commit comments

Comments
 (0)