Skip to content

Commit

Permalink
feature(Build): Add Github Action to test SDK:main -> Databroker:master
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Mar 8, 2024
1 parent 3823ad3 commit b5ea73b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/daily_integration_main-master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: SDK:main <-> Databroker:master

on:
schedule:
- cron: "0 0 * * *"

jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: main

- name: Setup Project
uses: ./.github/actions/setup-project

- name: Run Tests
uses: ./.github/actions/run-tests
with:
upload-test-reports: true
databroker-version: master
kotest-tag: "Integration & DefaultDatabroker"

0 comments on commit b5ea73b

Please sign in to comment.