parent
221a1380b0
commit
9d14d28d63
1 changed files with 2 additions and 9 deletions
|
|
@ -3,16 +3,9 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Run something in Alpine
|
- name: Run something in Alpine
|
||||||
uses: docker://alpine:3.20
|
uses: docker://alpine:3.20
|
||||||
with:
|
with:
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
args: echo "Hello from inside Alpine"
|
||||||
args: |
|
|
||||||
echo "Hello from inside Alpine"
|
|
||||||
- name: Run something in ArchBtw
|
|
||||||
uses: docker://archlinux:base
|
|
||||||
with:
|
|
||||||
entrypoint: ["/bin/sh", "-c"]
|
|
||||||
args: |
|
|
||||||
echo "Hello from inside ArchBtw"
|
|
||||||
- run: echo "Back on the host runner again"
|
- run: echo "Back on the host runner again"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue