Skip to content

Commit

Permalink
fix: run tests on pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Feb 6, 2024
1 parent e912916 commit 4126541
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: e2e-android

on: pull_request
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'

jobs:
e2e-android:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: e2e-ios

on: pull_request
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'

jobs:
e2e-ios:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/mocha-android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: mocha-android

on: pull_request
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'

jobs:
mocha-android:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/mocha-ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: mocha-ios

on: pull_request
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'

jobs:
mocha-ios:
Expand Down

0 comments on commit 4126541

Please sign in to comment.