mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02: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
|
# Install our dependencies
|
||||||
zypper install -y zsh tmux fish make gcc psmisc git tar
|
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: |
|
||||||
@ -58,8 +59,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…
x
Reference in New Issue
Block a user