mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Replace Playwright workflow with Argos workflow for testing (#2185)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Playwright Tests
|
name: Argos Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,8 +6,11 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'preview/**'
|
- 'preview/**/*.js'
|
||||||
- 'core/**'
|
- 'preview/**/*.html'
|
||||||
|
- 'preview/**/*.scss'
|
||||||
|
- 'core/**/*.js'
|
||||||
|
- 'core/**/*.scss'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE: 20
|
NODE: 20
|
||||||
Reference in New Issue
Block a user