Skip to content

Commit

Permalink
bump things along and re-test
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Dec 9, 2024
1 parent dfded62 commit 6d6fa4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<WorkflowVersion> workflowVersions = refresh.getWorkflowVersions();
workflowVersions.stream().filter(v -> v.getName().equals(testVersion)).forEach(v -> v.setHidden(true));
Expand Down

0 comments on commit 6d6fa4b

Please sign in to comment.