mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Ignore subactions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
ff03fa50a4
commit
8413351ed4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = {
|
|||
setupFiles: ["dotenv/config"],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
|
|
Loading…
Reference in a new issue