mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 23:01:00 -05:00
use alpine image instead of the heavier default for testing
This commit is contained in:
parent
c18ce57fad
commit
b2ce91a593
1 changed files with 3 additions and 3 deletions
6
testdata/demo/.forgejo/workflows/test.yml
vendored
6
testdata/demo/.forgejo/workflows/test.yml
vendored
|
@ -2,8 +2,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ls:
|
ls:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: code.forgejo.org/oci/alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- run: |
|
- run: |
|
||||||
ls ${{ github.workspace }}
|
echo ${{ github.workspace }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue