From e6be5685374f4671e2cb9a8d73083007193c669e Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Thu, 19 Sep 2024 10:16:48 +0200 Subject: [PATCH] revert: platform-agnostic test script --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ebb026a..cbaecc0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -75,7 +75,7 @@ jobs: - name: Run tests shell: sh - run: npm run test:${{ matrix.profile }} + run: ./test/check-metadata.sh --profile=${{ matrix.profile }} - name: Show test results if: ${{ always() }}