Skip to content

Commit

Permalink
fix(ci): no-agent tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Dec 21, 2023
1 parent 042827a commit 26fcdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
run: echo "${{ steps.test-action.outputs.path }}"

- name: "Test: Agent Not Installed"
run: test "Agent is not installed." = "$(buildless agent status)"
run: test "Agent is not installed.\n" = "$(buildless agent status)"

test-agent:
name: "Test: Agent (${{ matrix.label }})"
Expand Down

0 comments on commit 26fcdff

Please sign in to comment.