mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Add smoke tests for arch
This commit is contained in:
parent
f8e425b985
commit
eea467a973
8
.github/workflows/distro-smoke-test.yml
vendored
8
.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', 'rockylinux:latest']
|
||||
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'rockylinux:latest', 'archlinux:latest']
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
container: ${{ matrix.distro }}
|
||||
@ -39,6 +39,12 @@ jobs:
|
||||
# Install our dependencies
|
||||
sudo dnf update -y
|
||||
sudo dnf install -y zsh tmux fish make gcc psmisc
|
||||
- name: Arch-based Setup
|
||||
if: ${{ matrix.distro == 'archlinux:latest' }}
|
||||
run: |
|
||||
|
||||
# Install our dependencies
|
||||
sudo pacman install -y zsh tmux fish make gcc psmisc
|
||||
- name: Go test
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user