Skip to content

Commit

Permalink
create basic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radekm2000 committed Feb 18, 2024
2 parents a9cb79b + 586616a commit 7b80fa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Installing dependencies
<<<<<<< HEAD
run: cd $APP_PATH && npm i
=======
run: cd $APP_PATH$ && npm i
>>>>>>> 586616abb90cf58674577cf6f7e8391fa7029e31
- name: Run tests
run: cd $APP_PATH$ && npm test

Expand Down

0 comments on commit 7b80fa7

Please sign in to comment.