.forgejo/workflows/demo.yaml aktualisiert
This commit is contained in:
parent
02acb272af
commit
98af446b98
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
|
|
@ -16,9 +17,11 @@ jobs:
|
|||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-repository-
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: repository
|
||||
submodules: recursive
|
||||
- run: cd /repository && docker build .
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue