Skip to content

Commit

Permalink
feature(vnext): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wekempf committed Oct 1, 2023
1 parent f6e7496 commit b21610c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b21610c

Please sign in to comment.