Skip to content

Commit

Permalink
CI(front): add ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey committed Jan 12, 2024
1 parent 6235763 commit 1449034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://npm.pkg.github.com"
registry-url: "https://npm.pkg.github.com/@lucaswerey"

- name: Prepare .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > Front/.npmrc

- name: Install dependencies
run: cd Front && npm ci
Expand All @@ -27,4 +27,4 @@ jobs:
run: cd Front && npm run test

- name: Run linter
run: cd Front && npm run lint
run: cd Front && npm run lint

0 comments on commit 1449034

Please sign in to comment.