Skip to content

Commit

Permalink
Update distro-smoke-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken authored Feb 10, 2024
1 parent 1f7c3ab commit 4be3372
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/distro-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}
Expand Down

0 comments on commit 4be3372

Please sign in to comment.