From 6d6fa4b1449e23f703e44c93145d178189869faa Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Mon, 9 Dec 2024 17:10:49 -0500 Subject: [PATCH] bump things along and re-test --- .circleci/config.yml | 2 +- .../src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e80f5b24..2fa0ae743 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ executors: toil_wes_test_executor: machine: # run the steps with Ubuntu VM - image: ubuntu-2204:2024.04.4 + image: ubuntu-2204:2024.11.1 resource_class: medium common_filters: &common_filters diff --git a/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java b/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java index 214933c64..5b8f60947 100644 --- a/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java +++ b/dockstore-cli-integration-testing/src/test/java/io/dockstore/client/cli/WDLWorkflowIT.java @@ -97,7 +97,7 @@ void testRunningCheckerWDLWorkflow() throws IOException { workflowApi.publish1(refresh.getId(), publishRequest); // get test json - String testVersion = "1.3.0"; + String testVersion = "1.4.0"; // Also test that files can be gotten by owner even though it's hidden List workflowVersions = refresh.getWorkflowVersions(); workflowVersions.stream().filter(v -> v.getName().equals(testVersion)).forEach(v -> v.setHidden(true));