Skip to content

Commit

Permalink
deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmishraa committed Jul 29, 2024
1 parent 6b1a918 commit 1919a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-problems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Run test for Problems
run: cd apps/boilerplate-generator && npm install && npm run test
run: npm install && cd apps/boilerplate-generator && npm run test

- name: Copy Docker image to root
run: cp ./docker/problems/Dockerfile .
Expand Down

0 comments on commit 1919a3c

Please sign in to comment.