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