Skip to content

Commit

Permalink
Point PR integration tests at PR branch (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Oct 4, 2022
1 parent 7db57a3 commit a38b5c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: show changes files
run: |
git diff --name-only $DEFAULT_BRANCH
- name: get changed module_utils
id: changed-module-utils
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/291-pr-integration-tests-branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- integration tests - set pull request integration tests to run against branch instead of last commit (https://github.com/ansible-collections/community.digitalocean/issues/291).

0 comments on commit a38b5c6

Please sign in to comment.