Skip to content

chore: changed the package name again #34

chore: changed the package name again

chore: changed the package name again #34

name: Integration Test
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration-test:
name: Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Integration Test
run: bun run test:integration
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
BASE_SEPOLIA_RPC_URL: ${{ secrets.BASE_SEPOLIA_RPC_URL }}
ZERODEV_BUNDLER_URL: ${{ secrets.ZERODEV_BUNDLER_URL }}