From 22766f29e5260f6a2ae42b9079d3a7a9e478de82 Mon Sep 17 00:00:00 2001 From: acolytec3 <17355484+acolytec3@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:10:23 -0400 Subject: [PATCH] Fix broken examples CI (#3657) * actually run the examples * break example * revert commit --- .github/workflows/examples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 2149e38d38..5b8fa99a11 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -47,3 +47,4 @@ jobs: run: npm ci working-directory: ${{ github.workspace }} + - run: npm run examples \ No newline at end of file