diff --git a/.github/workflows/pr-basic-tests.yml b/.github/workflows/pr-basic-tests.yml index 9e728dd..8af3c62 100644 --- a/.github/workflows/pr-basic-tests.yml +++ b/.github/workflows/pr-basic-tests.yml @@ -68,4 +68,4 @@ jobs: - name: Generate tests run: yarn generate:leia-tests - name: Run ${{ matrix.leia-tests }} leia tests - run: yarn mocha --timeout 900000 ./test/${{ matrix.leia-tests }}.func.js + run: yarn mocha --timeout 900000 ./test/leia/${{ matrix.leia-tests }}.func.js