mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-14 02:08:13 +01:00
Link /bin/sh for opensuse smoke tests
This commit is contained in:
parent
353e574316
commit
75d176e637
11
.github/workflows/distro-smoke-test.yml
vendored
11
.github/workflows/distro-smoke-test.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
|
||||
# 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: |
|
||||
@ -58,8 +59,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