Skip to content

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed May 28, 2024
1 parent 3d9efeb commit 81bb838
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 @@ -6,7 +6,7 @@ orbs:
executors:
machine_executor_amd64:
machine:
image: ubuntu-2204:2022.04.2
image: default
environment:
architecture: "amd64"
platform: "linux/amd64"
Expand Down
2 changes: 1 addition & 1 deletion test/fishjam/component/hls/manager_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Fishjam.Component.HLS.ManagerTest do
bucket: "bucket"
}

setup %{test: name} do
setup do
room_id = UUID.uuid4()
hls_dir = HLS.output_dir(room_id, persistent: false)
options = %{s3: nil, persistent: true}
Expand Down

0 comments on commit 81bb838

Please sign in to comment.