mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Github actions remove quiet output on all commands
This commit is contained in:
10
.github/workflows/actions.yml
vendored
10
.github/workflows/actions.yml
vendored
@ -16,27 +16,27 @@ jobs:
|
|||||||
|
|
||||||
- name: Update ubuntu
|
- name: Update ubuntu
|
||||||
run: |
|
run: |
|
||||||
apt-get update > /dev/null 2>&1
|
apt-get update
|
||||||
echo 🏅
|
echo 🏅
|
||||||
|
|
||||||
- name: Install git
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
apt-get install git -y > /dev/null 2>&1
|
apt-get install git -y
|
||||||
echo 🏅
|
echo 🏅
|
||||||
|
|
||||||
- name: Install python3
|
- name: Install python3
|
||||||
run: |
|
run: |
|
||||||
apt-get install python3 -y > /dev/null 2>&1
|
apt-get install python3 -y
|
||||||
echo 🏅
|
echo 🏅
|
||||||
|
|
||||||
- name: Install pip3
|
- name: Install pip3
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y python3-pip > /dev/null 2>&1
|
apt-get install -y python3-pip
|
||||||
echo 🏅
|
echo 🏅
|
||||||
|
|
||||||
- name: Python3 requirements.txt
|
- name: Python3 requirements.txt
|
||||||
run: |
|
run: |
|
||||||
pip3 install -r requirements.txt > /dev/null 2>&1
|
pip3 install -r requirements.txt
|
||||||
echo 🏅
|
echo 🏅
|
||||||
|
|
||||||
- name: Generate json
|
- name: Generate json
|
||||||
|
Reference in New Issue
Block a user