Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
support manual running of integration test
Browse files Browse the repository at this point in the history
This is useful for when we have new code on the main branch of news-search-api, but no changes are needed in this API client.
  • Loading branch information
rahulbot committed Jan 23, 2024
1 parent e153023 commit 43f7ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mc-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Integration test against news-search-api:main

on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
Expand Down

0 comments on commit 43f7ecd

Please sign in to comment.