mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +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:
|
||||
strategy:
|
||||
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
|
||||
runs-on: ubuntu-latest
|
||||
container: ${{ matrix.distro }}
|
||||
@ -34,13 +34,6 @@ jobs:
|
||||
# Install our dependencies
|
||||
sudo dnf update -y
|
||||
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
|
||||
if: ${{ matrix.distro == 'archlinux:latest' }}
|
||||
run: |
|
||||
@ -59,8 +52,8 @@ jobs:
|
||||
run: |
|
||||
go install gotest.tools/gotestsum@bc98120
|
||||
make ftest FILTER=TestInstallViaPythonScriptFromHead
|
||||
- name: Setup tmate session
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
# - name: Setup tmate session
|
||||
# if: ${{ failure() }}
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# with:
|
||||
# limit-access-to-actor: true
|
||||
|
Loading…
Reference in New Issue
Block a user