diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee79378..64f1a38 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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