Skip to content

npm(deps): bump ini from 4.1.1 to 6.0.0 #168

npm(deps): bump ini from 4.1.1 to 6.0.0

npm(deps): bump ini from 4.1.1 to 6.0.0 #168

Workflow file for this run

# ===----------------------------------------------------------------------=== #
# Copyright (c) 2025, Modular Inc. All rights reserved.
#
# Licensed under the Apache License v2.0 with LLVM Exceptions:
# https://llvm.org/LICENSE.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ===----------------------------------------------------------------------=== #
name: Test extension
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: ./.github/actions/setup
- name: Setup Pixi
uses: prefix-dev/setup-pixi@273e4808c831936a3ce1a3080c829d9e153143d3
with:
pixi-version: v0.49.0
run-install: false
- name: Initialize Pixi workspace
working-directory: fixtures/pixi-workspace
run: pixi install --locked
- name: Build extension
run: npm run build
- name: Execute tests
run: xvfb-run -a npm test