workflows: testing npm install
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m56s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-20 05:59:14 +07:00
parent 6ef1afb7f3
commit 290f5cae6a

View File

@@ -6,15 +6,12 @@ jobs:
Build Docker Image: Build Docker Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Install system dependencies
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: | run: |
ls ${{ gitea.workspace }} sudo apt update && sudo apt install nodejs npm -y
- run: echo "🍏 This job's status is ${{ job.status }}." - name: Install project dependencies
run: |
cd accounting-ng-nuttakit
npm install