Move setup-buildx and setup-qemu actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-08-24 14:04:40 +02:00
parent 2a794d5efe
commit d8e8fa4354
34 changed files with 1 additions and 14356 deletions

View File

@ -4,7 +4,6 @@ module.exports = {
setupFiles: ["dotenv/config"],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'