Skip to content

Commit

Permalink
updated workflow for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun committed Jun 5, 2024
1 parent 538c947 commit feb3538
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ jobs:
run: npm ci
- name: run tests
run: npm test
deploy:
runs-on: ubuntu-latest
steps:
- name: get code
uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- name: build project
run: npm run build
- name: deploy
run: echo "deploying...."

0 comments on commit feb3538

Please sign in to comment.