Skip to content

Commit

Permalink
chore: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Aug 22, 2024
1 parent d0c2a36 commit 240347b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 90 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop
jobs:
coverage:
name: coverage
Expand All @@ -19,7 +20,7 @@ jobs:
uses: ./.github/actions/install-dependencies

- name: Run the tests
run: bun run test:coverage
run: bun run test
env:
E2E_PRIVATE_KEY_ONE: ${{ secrets.E2E_PRIVATE_KEY_ONE }}
E2E_PRIVATE_KEY_TWO: ${{ secrets.E2E_PRIVATE_KEY_TWO }}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/test-read.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: test-write
name: unit-tests
on:
workflow_dispatch:
pull_request_review:
types: [submitted]
pull_request:
types: [opened]
types: [opened, reopened, synchronize, ready_for_review]
jobs:
test-write:
name: test-write
unit-tests:
name: unit-tests
permissions: write-all
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-test-write
group: ${{ github.workflow }}-${{ github.ref }}-unit-tests
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
Expand Down
49 changes: 0 additions & 49 deletions scripts/sendUserOperation.ts

This file was deleted.

0 comments on commit 240347b

Please sign in to comment.