Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'wgetpaste test runner'
on: [push]
on: [pull_request, push]
jobs:
run-test:
name: 'Run test/test.sh'
Expand All @@ -10,8 +10,7 @@ jobs:
shell: bash
run-test-ansi:
name: 'Run test/test_ansi.sh'
# 22.04 is the earliest version that has ansifilter in the repos
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Install ansifilter'
Expand Down