From 71b4fa0ab7f2442ac138678efc4274c8cde4b528 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 16 Sep 2023 06:39:33 +0000 Subject: [PATCH] Add `test-generate-gitbranches` job --- .github/workflows/ci-master-pr.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 9dffc7c8..827f8128 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -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