From 219b29991bfb12cbcc00c1ce4cb38be8286daf1f Mon Sep 17 00:00:00 2001 From: Woody Date: Tue, 16 Jan 2024 18:46:18 +0100 Subject: [PATCH] Update wled-ci.yml --- .github/workflows/wled-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index c38ab7d1e..50af599c2 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -1,4 +1,4 @@ -name: PlatformIO CI +name: WLED CI on: [push, pull_request] @@ -96,7 +96,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - Test-cdata: + testCdata: + name: Test cdata.js runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -106,4 +107,4 @@ jobs: node-version: '20.x' cache: 'npm' - run: npm ci - - run: npm test \ No newline at end of file + - run: npm test