Skip to content

Commit

Permalink
re-enable tests: should fail & flag link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Jul 19, 2021
1 parent 3a8d002 commit 7caf335
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially
run: bundle exec rake build:preview
- name: Test html
run: bundle exec rake test:html
# - name: Test internal links
# run: bundle exec rake test:links:internal
# - name: Test *iiif.io* links
# run: bundle exec rake test:links:iiif
# - name: Test external links
# run: bundle exec rake test:links:external
# - name: Spec tests
# run: bundle exec rake test:spec
- name: Test internal links
run: bundle exec rake test:links:internal
- name: Test *iiif.io* links
run: bundle exec rake test:links:iiif
- name: Test external links
run: bundle exec rake test:links:external
- name: Spec tests
run: bundle exec rake test:spec
- name: Create GitHub deployment # Deploy to Preview site
uses: glenrobson/deployments@v0.4.2
id: deployment
Expand All @@ -57,7 +57,6 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SOURCE_DIR: "_site"
# DEST_DIR: "${{ env.SITE_ID }}/${{ env.BRANCH_NAME }}"
- name: Update deployment status
uses: glenrobson/deployments@v0.4.2
if: always()
Expand Down

0 comments on commit 7caf335

Please sign in to comment.