Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Feb 5, 2024
1 parent e18f395 commit f36d9b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
checks: write
strategy:
matrix:
node-version: ['lts/*'] # 18.17.1 or lts/*
node-version: ['lts/*'] # 18.17.1 or lts/*
test-pattern:
- accounts.test.ts
- addresses.test.ts
- batches.test.ts
- blocks.test.ts
- contracts.test.ts
- logs.test.ts
- stats.test.ts
- tokens.test.ts
- transactions.test.ts
#- addresses.test.ts
#- batches.test.ts
#- blocks.test.ts
#- contracts.test.ts
#- logs.test.ts
#- stats.test.ts
#- tokens.test.ts
#- transactions.test.ts
name: 'API test set: ${{ matrix.test-pattern}} / Node: ${{ matrix.node-version}}'
steps:
- name: Checkout with Submodule
Expand Down
3 changes: 3 additions & 0 deletions packages/integration-tests/tests/api/accounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ describe("API module: Account", () => {
describe("/address/{address}", () => {
beforeAll(async () => {
await playbook.deployNFTtoL2();
await playbook.deployMultiTransferETH();
await playbook.useMultiTransferETH();
await playbook.withdrawETH();
});

//@id1704
Expand Down

0 comments on commit f36d9b2

Please sign in to comment.