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