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:
|
jobs:
|
||||||
run-neofetch:
|
run-neofetch:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
@ -5,9 +12,11 @@ jobs:
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: install ponos
|
||||||
|
run: apt update && apt install -y curl bash
|
||||||
|
|
||||||
- name: download neofetch
|
- name: download neofetch
|
||||||
run: |
|
run: |
|
||||||
apt update && apt install -y curl bash
|
|
||||||
curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch
|
curl -Lo neofetch https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch
|
||||||
chmod +x neofetch
|
chmod +x neofetch
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue