Skip to content

Commit

Permalink
update github
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed May 9, 2024
1 parent 9c7a12d commit b06b942
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/met-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
setup-job:
runs-on: ubuntu-20.04

if: github.repository == 'ratheesh-aot/met-public'
if: github.repository == 'bcgov/met-public'

steps:
- uses: actions/checkout@v2
Expand All @@ -41,7 +41,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}"
npm install --legacy-peer-deps
- name: Lint
id: lint
Expand All @@ -56,13 +55,12 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}"
npm install --legacy-peer-deps
- name: Test with jest
Expand Down Expand Up @@ -93,12 +91,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}"
npm install --legacy-peer-deps
- name: build to check strictness
id: build
Expand Down

0 comments on commit b06b942

Please sign in to comment.