From b21610c209dbac8d9e58c841c2895c17143c4ef0 Mon Sep 17 00:00:00 2001 From: William Kempf Date: Sun, 1 Oct 2023 12:04:35 -0400 Subject: [PATCH] feature(vnext): update workflow --- .github/workflows/github-actions.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 15a61d6..914d3fd 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -2,6 +2,13 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Build + shell: pwsh + run: ./build.ps1 -Task Test -Verbose Explore-GitHub-Actions: runs-on: ubuntu-latest steps: