Update .forgejo/workflows/test.yml

This commit is contained in:
catmpeg 2026-02-17 18:19:26 +00:00
commit cbd81dab18

View file

@ -1,3 +1,10 @@
name: pizdec neofetch
on:
push:
branches:
- main
jobs:
run-neofetch:
runs-on: self-hosted
@ -5,9 +12,11 @@ jobs:
image: ubuntu:latest
steps:
- name: install ponos
run: apt update && apt install -y curl bash
- 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