Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
Benjamyn Love 2023-07-18 22:22:47 -04:00
parent 3ce29c6454
commit 3ee9bebee8

View File

@ -11,6 +11,9 @@ jobs:
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Install nodejs - name: Install nodejs
run: echo "Node installed with version" run: echo "Node installed with version"
- run: apt update
- run: apt install nodejs
- run: echo "${node --version}"
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."