mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 22:11:13 +01:00
Update distro-smoke-test.yml
This commit is contained in:
parent
1f7c3ab24e
commit
4be3372fff
12
.github/workflows/distro-smoke-test.yml
vendored
12
.github/workflows/distro-smoke-test.yml
vendored
@ -12,16 +12,11 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'rockylinux:latest', 'archlinux:latest']
|
||||
distro: ['ubuntu:latest', 'fedora:latest', 'debian:latest', 'opensuse/leap:latest', 'archlinux:latest']
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
container: ${{ matrix.distro }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.21
|
||||
- name: Debian-based Setup
|
||||
if: ${{ matrix.distro == 'ubuntu:latest' || matrix.distro == 'debian:latest' }}
|
||||
run: |
|
||||
@ -45,6 +40,11 @@ jobs:
|
||||
|
||||
# Install our dependencies
|
||||
sudo pacman install -y zsh tmux fish make gcc psmisc
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.21
|
||||
- name: Go test
|
||||
env:
|
||||
DD_API_KEY: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user