Skip to content

Commit

Permalink
Add test-generate-gitbranches job
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Sep 16, 2023
1 parent 14b451b commit 71b4fa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}

test-generate-gitbranches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
shell: pwsh
run: |
./Generate-GitBranches.Tests.ps1
update-draft-release:
needs:
- test-build-hlds
Expand Down

0 comments on commit 71b4fa0

Please sign in to comment.