Skip to content

Commit

Permalink
Add a CI job that tests the installer script
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Aug 17, 2024
1 parent 6689be7 commit e81ba31
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,17 @@ jobs:
run: make test
env:
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}

test-installer:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-installer-${{ matrix.os }}
cancel-in-progress: true
timeout-minutes: 20

steps:
- run: curl -sSL https://raw.githubusercontent.com/thombashi/tcconfig/master/scripts/installer.sh | sudo bash -x

0 comments on commit e81ba31

Please sign in to comment.