mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Link /bin/sh for opensuse smoke tests
This commit is contained in:
parent
c0a5a1714d
commit
8a962cda19
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