diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index aa83722..4639564 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,17 +1,13 @@ -name: pizdec neofetch - -on: - push: - branches: - - main - jobs: run-neofetch: - runs-on: ubuntu-latest + runs-on: self-hosted + container: + image: ubuntu:latest steps: - - name: download neofetch 228 + - name: download neofetch run: | + apt update && apt install -y curl bash curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch chmod +x neofetch