This commit is contained in:
@@ -6,25 +6,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: fedora-latest
|
runs-on: fedora-latest
|
||||||
|
env:
|
||||||
|
DNF5_FORCE_INTERACTIVE: "0"
|
||||||
steps:
|
steps:
|
||||||
- name: Test 1
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
echo "Can you see this?"
|
dnf install -y git buildah
|
||||||
|
|
||||||
- name: Test 2
|
|
||||||
run: |
|
|
||||||
echo "Can you see this?"
|
|
||||||
|
|
||||||
- name: Show install log
|
|
||||||
run: |
|
|
||||||
which git
|
|
||||||
which buildah
|
|
||||||
|
|
||||||
- name: Test 2
|
|
||||||
run: |
|
|
||||||
echo "Can you see this?"
|
|
||||||
which git
|
|
||||||
which buildah
|
|
||||||
|
|
||||||
- name: Set registry host
|
- name: Set registry host
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user