Skip to content

Commit

Permalink
Refine CI namings
Browse files Browse the repository at this point in the history
This commit renames the CI and the examples job.

Co-authored-by: Nikos Baxevanis <[email protected]>
  • Loading branch information
BowTiedRadone and moodmosaic committed Dec 28, 2024
1 parent 313265c commit a1467dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cross-Platform CI
name: Sanity checks

on:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run tests
run: npm test

example-tests:
examples:
runs-on: ${{ matrix.os }}
timeout-minutes: 3
strategy:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run example tests
- name: Run examples
shell: bash
run: |
cd example
Expand Down

0 comments on commit a1467dd

Please sign in to comment.