Skip to content

Commit

Permalink
GH actions workflow tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jan 4, 2024
1 parent 2fbc617 commit 8e94979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/pull_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,8 @@ name: E2e Test workflow
on: [pull_request, workflow_dispatch]

jobs:
lint:
name: Lint sources
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]

steps:
- name: Checkout
uses: "actions/checkout@main"

- name: Set Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint sources
run: yarn run lint

unit_test:
name: Unit tests
e2e_test:
name: E2E tests
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion packages/account/tests/account.e2e.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PaymasterMode } from "@biconomy/paymaster";
import { TestData } from ".";
import { createSmartWalletClient } from "../src/index";
import { Bundler } from "@biconomy/bundler";
import { Bundler } from "../src/aliases";
import { Hex, encodeFunctionData } from "viem";
import { UserOperationStruct } from "@alchemy/aa-core";

Expand Down

0 comments on commit 8e94979

Please sign in to comment.