diff --git a/.github/workflows/distro-smoke-test.yml b/.github/workflows/distro-smoke-test.yml index 28e6dbc..ae70f31 100644 --- a/.github/workflows/distro-smoke-test.yml +++ b/.github/workflows/distro-smoke-test.yml @@ -32,9 +32,6 @@ jobs: # Work around a weird bug where zsh on ubuntu actions gives that directory 0777 which makes zsh refuse to start chmod 0755 -R /usr/share/zsh/ - - # Set a consistent hostname so we can run tests that depend on it - hostname ghaction-runner-hostname - name: Fedora-based Setup if: ${{ matrix.distro == 'fedora:latest' }} run: | @@ -42,9 +39,6 @@ jobs: # Install our dependencies sudo dnf update -y sudo dnf install -y zsh tmux fish - - # Set a consistent hostname so we can run tests that depend on it - sudo hostname ghaction-runner-hostname - name: Go test env: DD_API_KEY: ${{ secrets.DD_API_KEY }}