We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6689be7 + e81ba31 commit cc0a851Copy full SHA for cc0a851
.github/workflows/ci.yml
@@ -99,3 +99,17 @@ jobs:
99
run: make test
100
env:
101
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}
102
+
103
+ test-installer:
104
+ runs-on: ${{ matrix.os }}
105
+ strategy:
106
+ fail-fast: false
107
+ matrix:
108
+ os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
109
+ concurrency:
110
+ group: ${{ github.event_name }}-${{ github.workflow }}-installer-${{ matrix.os }}
111
+ cancel-in-progress: true
112
+ timeout-minutes: 20
113
114
+ steps:
115
+ - run: curl -sSL https://raw.githubusercontent.com/thombashi/tcconfig/master/scripts/installer.sh | sudo bash -x
0 commit comments