Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Sep 27, 2023
1 parent c4afc3d commit 9712d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Test
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'
cd "$GITHUB_HEAD_REF"
./Generate-GitBranches.Tests.ps1
update-draft-release:
Expand Down

0 comments on commit 9712d6e

Please sign in to comment.