Skip to content

Commit

Permalink
Merge branches 'test_build_trigger' and 'dev' of https://github.com/d…
Browse files Browse the repository at this point in the history
…igitalgreenorg/datahub-frontend into test_build_trigger
  • Loading branch information
sohitkumar committed Sep 6, 2024
2 parents 5754782 + 074865a commit 857cc16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'


- name: Install dependencies
run: npm install

- name: Build the project
run: npm run build
run: npm run build

0 comments on commit 857cc16

Please sign in to comment.