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
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
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'