@@ -11,13 +11,12 @@ jobs:
|
||||
run: |
|
||||
echo "Can you see this?"
|
||||
|
||||
- name: Install tools (logged)
|
||||
- name: Test 2
|
||||
run: |
|
||||
bash -c 'dnf install -y git buildah &> /tmp/dnf.log < /dev/null'
|
||||
echo "Can you see this?"
|
||||
|
||||
- name: Show install log
|
||||
run: |
|
||||
cat /tmp/dnf.log
|
||||
which git
|
||||
which buildah
|
||||
|
||||
|
||||
Reference in New Issue
Block a user