Skip to content

Commit

Permalink
Move unit test script to plutils project
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jun 19, 2023
1 parent f857b43 commit 5492fdb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 44 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:
run: |
bundle exec jekyll --version
bundle exec jekyll build
python tests.py
python plutils/pltest.py
on_complete:
name: Notify IRC on Completion
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "plutils"]
path = plutils
url = https://github.com/allejo/pure-liquid-utils.git
1 change: 1 addition & 0 deletions plutils
Submodule plutils added at 0c1158
42 changes: 0 additions & 42 deletions tests.py

This file was deleted.

0 comments on commit 5492fdb

Please sign in to comment.