From afbd39e044708f3eca79fbb56cd1b73ad8a9dfc0 Mon Sep 17 00:00:00 2001 From: Endurance Idehen Date: Sun, 31 Dec 2023 17:13:39 -0600 Subject: [PATCH] unskip tests --- .github/workflows/writerside-docs-deploy.yml | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/writerside-docs-deploy.yml b/.github/workflows/writerside-docs-deploy.yml index 0985231..4ecb362 100644 --- a/.github/workflows/writerside-docs-deploy.yml +++ b/.github/workflows/writerside-docs-deploy.yml @@ -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