Skip to content

Commit

Permalink
update ci (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
PodaruDragos authored Sep 13, 2023
1 parent ed254b1 commit 0c800ff
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: nuget/setup-nuget@v1
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: npm install
- run: nuget install Selenium.WebDriver.IEDriver -Version 4.0.0.1
- run: npm run test:browser
Expand Down Expand Up @@ -61,17 +61,17 @@ jobs:
TS_NODE_PROJECT: ${{ matrix.ts-project }}

steps:
- name: Checkout Project
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
registry-url: https://registry.npmjs.org/
- run: npm cache clean --force
- run: npm ci
- run: npm run build --if-present
- name: Checkout Project
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
registry-url: https://registry.npmjs.org/
- run: npm cache clean --force
- run: npm ci
- run: npm run build --if-present

Upload_Coverage_Report:
name: Upload coverage report to codecov
Expand All @@ -91,4 +91,4 @@ jobs:
uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2
with:
directory: coverage/
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 0c800ff

Please sign in to comment.