Skip to content

Bump webpack from 5.94.0 to 5.95.0 in the update-npm-dependencies group #20

Bump webpack from 5.94.0 to 5.95.0 in the update-npm-dependencies group

Bump webpack from 5.94.0 to 5.95.0 in the update-npm-dependencies group #20

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash .ci/runChecks.sh
test-iql:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: current
- run: npm ci
- run: npm run build:node
env:
BUILD_NUMBER: ${{ github.run_number }}
COMMIT_HASH: ${{ github.sha }}
- run: npm run test:ci
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
env:
fail_ci_if_error: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}