diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df197dd..27f4947 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,9 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo $PATH - - run: sudo apt update&& sudo apt upgrade -y - - run: sudo apt-get install nodejs + - run: sudo apt-get update&& sudo apt-get upgrade -y + - run: sudo apt-get install neofetch figlet git curl wget + - run: neofetch&& figlet Hello - name: List files in the repository run: | ls ${{ github.workspace }}