Skip to content

Commit

Permalink
Enabled triggering the tests via Github dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent b8f584d commit 49428a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Payment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: tests

on: [push]
on:
push:
pull_request:
repository_dispatch:
types: [run_tests]

jobs:
build:
Expand Down Expand Up @@ -35,7 +39,7 @@ jobs:
matrix:
driver: ['stripe', 'paypal', 'braintree', 'mollie', 'netopia', 'euplatesc', 'simplepay', 'adyen']
steps:
- name: Netopia
- name: Dispatch event to the ${{ matrix.driver }} repo
run: |
curl \
-X POST \
Expand Down

0 comments on commit 49428a9

Please sign in to comment.