Skip to content

Commit

Permalink
Merge branch 'main' into feature/seq_sender-multi-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 25, 2024
2 parents 8b8cffc + f256553 commit 6735d80
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test e2e
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
14 changes: 14 additions & 0 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Unittest
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

0 comments on commit 6735d80

Please sign in to comment.