move docker under dedicated folder

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-25 09:40:22 +01:00
parent f78f708678
commit 964381b7e9
4 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ import path from 'path';
import * as io from '@actions/io';
import osm = require('os');
import {Docker} from '../src/docker';
import {Exec} from '../src/exec';
import {Docker} from '../../src/docker/docker';
import {Exec} from '../../src/exec';
beforeEach(() => {
jest.clearAllMocks();