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