aws/k8s smoke test

pull/496/head
Frostebite 2023-02-15 19:09:50 +00:00
parent 0e4b687e1d
commit dbef099073
1 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,11 @@ import { CloudRunnerSystem } from '../services/cloud-runner-system';
import { Caching } from '../remote-client/caching';
import { v4 as uuidv4 } from 'uuid';
import GitHub from '../../github';
import CloudRunnerOptions from '../cloud-runner-options';
describe('Cloud Runner (Remote Client) Caching', () => {
it('responds', () => {});
if (process.platform === 'linux') {
it.skip('Simple caching works', async () => {
if (CloudRunnerOptions.cloudRunnerCluster === `local-docker`) {
it('Simple caching works', async () => {
Cli.options = {
versioning: 'None',
projectPath: 'test-project',