Skip all locking actions test as we now have two useful test flows

pull/461/head
Frostebite 2022-10-05 20:09:51 +01:00
parent 9afbbbb0d1
commit 5207bf8ae4
3 changed files with 5 additions and 1 deletions

2
dist/index.js vendored
View File

@ -3697,6 +3697,7 @@ const cloud_runner_logger_1 = __importDefault(__nccwpck_require__(22855));
const docker_1 = __importDefault(__nccwpck_require__(16934)); const docker_1 = __importDefault(__nccwpck_require__(16934));
const model_1 = __nccwpck_require__(41359); const model_1 = __nccwpck_require__(41359);
const fs_1 = __nccwpck_require__(57147); const fs_1 = __nccwpck_require__(57147);
const cloud_runner_folders_1 = __nccwpck_require__(13527);
// import * as core from '@actions/core'; // import * as core from '@actions/core';
class LocalDockerCloudRunner { class LocalDockerCloudRunner {
inspect() { inspect() {
@ -3765,6 +3766,7 @@ class LocalDockerCloudRunner {
mkdir -p /data/cache mkdir -p /data/cache
cp -a /github/workspace/cloud-runner-cache/. /data/cache/ cp -a /github/workspace/cloud-runner-cache/. /data/cache/
tree -L 2 /data/cache tree -L 2 /data/cache
tree -L 3 ${cloud_runner_folders_1.CloudRunnerFolders.ToLinuxFolder(cloud_runner_folders_1.CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)}
${commands} ${commands}
cp -a /data/cache/. /github/workspace/cloud-runner-cache/ cp -a /data/cache/. /github/workspace/cloud-runner-cache/
tree -L 2 /github/workspace/cloud-runner-cache tree -L 2 /github/workspace/cloud-runner-cache

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,7 @@ import CloudRunnerSecret from '../../services/cloud-runner-secret';
import Docker from '../../../docker'; import Docker from '../../../docker';
import { Action } from '../../../../model'; import { Action } from '../../../../model';
import { writeFileSync } from 'fs'; import { writeFileSync } from 'fs';
import { CloudRunnerFolders } from '../../services/cloud-runner-folders';
// import * as core from '@actions/core'; // import * as core from '@actions/core';
@ -97,6 +98,7 @@ class LocalDockerCloudRunner implements ProviderInterface {
mkdir -p /data/cache mkdir -p /data/cache
cp -a /github/workspace/cloud-runner-cache/. /data/cache/ cp -a /github/workspace/cloud-runner-cache/. /data/cache/
tree -L 2 /data/cache tree -L 2 /data/cache
tree -L 3 ${CloudRunnerFolders.ToLinuxFolder(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)}
${commands} ${commands}
cp -a /data/cache/. /github/workspace/cloud-runner-cache/ cp -a /data/cache/. /github/workspace/cloud-runner-cache/
tree -L 2 /github/workspace/cloud-runner-cache tree -L 2 /github/workspace/cloud-runner-cache