Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Nov 4, 2023
1 parent cb037a4 commit 9abfe2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
name: Modules
path: ${{github.workspace}}/output

- name: Upload Tests
uses: actions/upload-artifact@v3
with:
name: PesterTests
path: ${{github.workspace}}/Tests
# - name: Upload Tests
# uses: actions/upload-artifact@v3
# with:
# name: PesterTests
# path: ${{github.workspace}}/Tests

- name: Upload RequiredModules.psd1
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
publish:
needs:
- build
- test
# - test
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 9abfe2e

Please sign in to comment.