.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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
name: Test
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
|
|
@ -16,9 +17,11 @@ jobs:
|
||||||
key: ${{ runner.os }}-repository-${{ github.sha }}
|
key: ${{ runner.os }}-repository-${{ github.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-repository-
|
${{ runner.os }}-repository-
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: repository
|
path: repository
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
- run: cd /repository && docker build .
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue