Skip to content

Commit

Permalink
fix: remove tests from update-demo-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Jun 16, 2024
1 parent d664962 commit 433f5bb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ defaults:
shell: bash

jobs:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.125.7'
extended: true

- name: Run tests
run: ./testing/testing-example-site/test-theme.sh

deploy:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit 433f5bb

Please sign in to comment.