Skip to content

Commit

Permalink
Pytest is now run against current branch if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Septiple committed Jun 29, 2024
1 parent f987de4 commit 8a2c988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/factoriotest-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.head.sha }}
test_branch: ${{ github.head_ref || github.ref_name }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/factoriotest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.sha }}
test_branch: ${{ github.head_ref || github.ref_name }}
secrets: inherit

0 comments on commit 8a2c988

Please sign in to comment.