From 279710ce25c19f162a86b92fba0326c9df6f5891 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Fri, 13 Aug 2021 09:22:09 -0400 Subject: [PATCH] #25: PoC for multi-platform leia tests part 2 --- .github/workflows/pr-basic-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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