Update .forgejo/workflows/test.yml
This commit is contained in:
parent
9522b14809
commit
cbd81dab18
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue