Skip to content

Commit

Permalink
fix test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet committed Sep 27, 2024
1 parent 7727fbd commit 9a6cb2f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
- name: get-npm-version
id: package-version
uses: Saionaro/[email protected]
with:
path: packages/mobile

- name: Install dependencies
run: npm install
- name: Authenticate to Github packages
run: |
echo "@homebase-id:registry=https://npm.pkg.github.com" > .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
- name: Install npm dependencies
run: npm ci

- name: Run tests
run: |
Expand Down

0 comments on commit 9a6cb2f

Please sign in to comment.