Skip to content

Commit

Permalink
Try to execute in sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Apr 26, 2024
1 parent 0129d52 commit d654a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/api-kit-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
node-version: [20.x]
provider: [ethers]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -23,4 +22,6 @@ jobs:
yarn install --frozen-lockfile
yarn build
cd packages/api-kit
yarn test:ci:${{ matrix.provider }}
yarn test:ci:ethers
yarn test:ci:web3
yarn test:ci:viem

0 comments on commit d654a66

Please sign in to comment.