1
0
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:
Paweł Kuna
2025-03-01 12:27:51 +01:00
committed by GitHub
parent 2c9a4dfb37
commit dee2b8ad64

View File

@@ -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