Skip to content

Commit

Permalink
test not needing tty
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent 24b243b commit 91e2446
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ on:
tags: ["**"]
workflow_dispatch:

defaults:
run:
# GitHub Actions run without a TTY device. This is a workaround to have one,
# as required for our tests, based on
# https://github.com/actions/runner/issues/241#issuecomment-842566950.
shell: script --quiet --return --log-out /dev/null --command "bash -e {0}"
# defaults:
# run:
# # GitHub Actions run without a TTY device. This is a workaround to have one,
# # as required for our tests, based on
# # https://github.com/actions/runner/issues/241#issuecomment-842566950.
# shell: script --quiet --return --log-out /dev/null --command "bash -e {0}"

jobs:
container:
Expand Down

0 comments on commit 91e2446

Please sign in to comment.