Skip to content

Commit

Permalink
Build with linux too
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Nov 5, 2023
1 parent 09181e1 commit bbbf820
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/BuildModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ jobs:
# The type of runner that the job will run on
runs-on: windows-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- name: Test with Pester
shell: pwsh
run: .\PSPublishModule.Tests.ps1

- name: Build Module
shell: pwsh
run: .\Build\Build-Module.ps1
buildLinux:
# The type of runner that the job will run on
runs-on: linux-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit bbbf820

Please sign in to comment.