mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Remove opensuse smoke tests
This commit is contained in:
parent
75d176e637
commit
4da5a6f177
19
.github/workflows/distro-smoke-test.yml
vendored
19
.github/workflows/distro-smoke-test.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'archlinux:latest']
|
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'archlinux:latest']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ${{ matrix.distro }}
|
container: ${{ matrix.distro }}
|
||||||
@ -34,13 +34,6 @@ jobs:
|
|||||||
# Install our dependencies
|
# Install our dependencies
|
||||||
sudo dnf update -y
|
sudo dnf update -y
|
||||||
sudo dnf install -y zsh tmux fish make gcc psmisc
|
sudo dnf install -y zsh tmux fish make gcc psmisc
|
||||||
- name: OpenSUSE Setup
|
|
||||||
if: ${{ matrix.distro == 'opensuse/leap:latest' }}
|
|
||||||
run: |
|
|
||||||
|
|
||||||
# Install our dependencies
|
|
||||||
zypper install -y zsh tmux fish make gcc psmisc git tar
|
|
||||||
ln -s `which bash` /bin/sh
|
|
||||||
- name: Arch-based Setup
|
- name: Arch-based Setup
|
||||||
if: ${{ matrix.distro == 'archlinux:latest' }}
|
if: ${{ matrix.distro == 'archlinux:latest' }}
|
||||||
run: |
|
run: |
|
||||||
@ -59,8 +52,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go install gotest.tools/gotestsum@bc98120
|
go install gotest.tools/gotestsum@bc98120
|
||||||
make ftest FILTER=TestInstallViaPythonScriptFromHead
|
make ftest FILTER=TestInstallViaPythonScriptFromHead
|
||||||
- name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
if: ${{ failure() }}
|
# if: ${{ failure() }}
|
||||||
uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
with:
|
# with:
|
||||||
limit-access-to-actor: true
|
# limit-access-to-actor: true
|
||||||
|
Loading…
Reference in New Issue
Block a user