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:
|
||||
push:
|
||||
@@ -6,8 +6,11 @@ on:
|
||||
- dev
|
||||
pull_request:
|
||||
paths:
|
||||
- 'preview/**'
|
||||
- 'core/**'
|
||||
- 'preview/**/*.js'
|
||||
- 'preview/**/*.html'
|
||||
- 'preview/**/*.scss'
|
||||
- 'core/**/*.js'
|
||||
- 'core/**/*.scss'
|
||||
|
||||
env:
|
||||
NODE: 20
|
||||
Reference in New Issue
Block a user