Skip to content

Commit

Permalink
unskip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance committed Dec 31, 2023
1 parent 6b89db4 commit afbd39e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/writerside-docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,29 +59,29 @@ jobs:
# retention-days: 7

# Add the job below and artifacts/report.json on Upload documentation step above if you want to fail the build when documentation contains errors
# test:
# # Requires build job results
# needs: build
# runs-on: ubuntu-latest
#
# steps:
# - name: Download artifacts
# uses: actions/download-artifact@v1
# with:
# name: docs
# path: artifacts
#
# - name: Test documentation
# uses: JetBrains/writerside-checker-action@v1
# with:
# instance: ${{ env.INSTANCE }}
test:
# Requires build job results
needs: build
runs-on: ubuntu-latest

steps:
- name: Download artifacts
uses: actions/download-artifact@v1
with:
name: docs
path: artifacts

- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
with:
instance: ${{ env.INSTANCE }}

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
# Requires the build job results
# needs: test
needs: test
runs-on: ubuntu-latest
steps:
- name: Download artifact
Expand Down

0 comments on commit afbd39e

Please sign in to comment.