forgejo actions: test
CI / get-hosts (push) Successful in 4s Details
CI / aarch64-linux (push) Successful in 24s Details
CI / x86_64-linux (push) Successful in 10s Details

main
Ari Gerus 2024-03-19 14:47:57 +01:00
parent 1f38b8529c
commit 888c498416
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
matrix:
host: ${{ fromJson(needs.get-hosts.outputs.matrix).x86_64-linux }}
steps:
- run: echo ${{ matrix.host }}
- name: repository checkout
uses: actions/checkout@v4
- name: build host configuration ${{ matrix.host }}
@ -46,6 +47,7 @@ jobs:
matrix:
host: ${{ fromJson(needs.get-hosts.outputs.matrix).aarch64-linux }}
steps:
- run: echo ${{ matrix.host }}
- name: repository checkout
uses: actions/checkout@v4
- name: build host configuration ${{ matrix.host }}