Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent 1a437eb commit dc51f9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
id: create_folder
run: |
folder_name=$(date +%Y%m%d)
echo "Folder name: $folder_name"
mkdir -p $folder_name
cp -R mochawesome-report/. $folder_name
cp -R ./test-reports/* $folder_name
- name: Deploy report to GitHub Pages
if: always()
Expand Down
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 @@ -2,7 +2,7 @@ name: Run Full Regression Test

on:
push:
branches: [ "add-workflow-2" ]
branches: [ "main" ]

pull_request:
branches: [ "main" ]
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/dispute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let licenseTokenId2: bigint;
let licenseTokenId3: bigint;

describe("SDK E2E Test - Dispute Module", function () {
describe("IP Asset is IN_DISPUTE", async function () {
describe.only("IP Asset is IN_DISPUTE", async function () {
before("Register IP assets and raise dispute", async function () {
const tokenIdA = await mintNFTWithRetry(privateKeyA);
checkMintResult(tokenIdA);
Expand Down

0 comments on commit dc51f9e

Please sign in to comment.