Skip to content

test: streamline installing packages in tests #624

test: streamline installing packages in tests

test: streamline installing packages in tests #624

name: CI (LuxTestUtils)
on:
pull_request:
branches:
- main
paths:
- ".github/workflows/CommonCI.yml"
- "lib/LuxTestUtils/**"
- ".github/workflows/CI_LuxTestUtils.yml"
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
uses: ./.github/workflows/CommonCI.yml
with:
julia_version: "1.11"
project: "lib/LuxTestUtils"