Skip to content

Commit

Permalink
temporarily remove matrix for tests to see if registry adding works
Browse files Browse the repository at this point in the history
  • Loading branch information
thazhemadam committed Sep 18, 2023
1 parent bcb5054 commit 23be128
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,11 @@ env:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
group:
- Components
- Sol_Interface
- MOL_Interface1
- MOL_Interface1_JSC
- MOL_Interface2
- MOL_Interface2_JSC
- Diffusion
- Diffusion_NU
- Nonlinear_Diffusion
- Nonlinear_Diffusion_NU
- 2D_Diffusion
- Convection
- Convection_WENO
- Higher_Order
- Stationary
- DAE
- Integrals
- Burgers
- Brusselator
- Mixed_Derivatives
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
version: "1"
- uses: thazhemadam/add-private-registry@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,8 +35,6 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
GROUP: ${{ matrix.group }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 23be128

Please sign in to comment.