mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +00:00
Update wled-ci.yml
This commit is contained in:
parent
5120045459
commit
219b29991b
7
.github/workflows/wled-ci.yml
vendored
7
.github/workflows/wled-ci.yml
vendored
@ -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
|
||||
- run: npm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user