Skip to content

Upgrade test workflow deps #223

Upgrade test workflow deps

Upgrade test workflow deps #223

Triggered via pull request February 6, 2025 12:36
Status Failure
Total duration 1m 14s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
test: test/asciinema/recordings/text_test.exs#L7
test text/1 returns plain text log of a recording (Asciinema.Recordings.TextTest)
test: test/asciinema/recordings_test.exs#L119
test generate_snapshot/2 returns list of screen lines (Asciinema.RecordingsTest)
test: test/asciinema/vt_test.exs#L26
test vt feeding it a lot of data (Asciinema.VtTest)
test: test/asciinema/vt_test.exs#L8
test vt basic usage (Asciinema.VtTest)
test: test/controllers/recording_controller_test.exs#L132
test show TXT (Asciinema.RecordingControllerTest)
test
Process completed with exit code 2.
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention