Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(connector-sanity-tests): run tests on being queued for merge #960

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/workflows/connector-sanity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main

pull_request:

schedule:
- cron: '5 0 * * *'
- cron: "5 0 * * *"
SanchithHegde marked this conversation as resolved.
Show resolved Hide resolved

merge_group:
types:
- checks_requested

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:
test_connectors:
name: Run tests on stable toolchain for connectors
runs-on: ubuntu-latest

services:
redis:
image: redis
Expand All @@ -60,7 +62,7 @@ jobs:
- stripe
- aci
- adyen
#- authorizedotnet
#- authorizedotnet
#- checkout
#- cybersource
- shift4
Expand All @@ -78,7 +80,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down