From a1467ddf5591696ddac70e79860d16be8dbf690b Mon Sep 17 00:00:00 2001 From: BowTiedRadone <92028479+BowTiedRadone@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:19:15 +0200 Subject: [PATCH] Refine CI namings This commit renames the CI and the examples job. Co-authored-by: Nikos Baxevanis --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b9d62..bf5e9a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Cross-Platform CI +name: Sanity checks on: push: @@ -33,7 +33,7 @@ jobs: - name: Run tests run: npm test - example-tests: + examples: runs-on: ${{ matrix.os }} timeout-minutes: 3 strategy: @@ -54,7 +54,7 @@ jobs: - name: Install dependencies run: npm ci - - name: Run example tests + - name: Run examples shell: bash run: | cd example