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