Skip to content

Commit

Permalink
github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vr-varad committed Feb 8, 2025
1 parent a4b2d21 commit 0b4eb12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- name: Install dependencies
run: npm ci
working-directory: ./server

- name: Docker build
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 0b4eb12

Please sign in to comment.