Move tests directory into root of repository

This commit is contained in:
Ilan Cosman 2021-01-26 15:45:00 -08:00
parent 8c8e3cb28d
commit 21d31bb8a9
9 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- uses: fish-actions/littlecheck@v1
with:
files: $GITHUB_WORKSPACE/functions/tide/tests/**
files: $GITHUB_WORKSPACE/tests/**
prettier:
runs-on: ubuntu-latest