mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 23:39:56 +01:00
fix(ci): test-compile-changes for web2
This commit is contained in:
parent
bcfaca5149
commit
c03e66fdfe
@ -54,7 +54,7 @@ aliases:
|
||||
- &test-compile-changes
|
||||
run:
|
||||
name: test that compile did not create/modify untracked files
|
||||
command: git diff --exit-code --stat -- . ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
|
||||
command: git diff --exit-code --stat -- . ':(exclude)web2/package-lock.json' ':(exclude)web/package-lock.json' ':(exclude)go.mod' ':(exclude)go.sum'
|
||||
|
||||
- &save-npm-cache
|
||||
save_cache:
|
||||
|
Loading…
Reference in New Issue
Block a user