Update .forgejo/workflows/test.yml
This commit is contained in:
parent
e828c1d4e2
commit
4ec9d70972
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Build:
|
||||
steps:
|
||||
|
||||
- name: Install apt packages
|
||||
run: |
|
||||
echo "sadasdasdas" >> test.txt
|
||||
|
||||
- name: Cache repository
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
test.txt
|
||||
key: BeefRepository
|
Loading…
Add table
Reference in a new issue