There was an error while loading. Please reload this page.
1 parent 35cdb4d commit 3e69f79Copy full SHA for 3e69f79
1 file changed
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches: [main]
7
-
+ workflow_call:
8
jobs:
9
test-code:
10
name: Test on ${{ matrix.container }}
@@ -16,10 +16,9 @@ jobs:
16
fail-fast: false
17
matrix:
18
container: [
19
- # "ghcr.io/fenics/dolfinx/dolfinx:stable",
20
- "ghcr.io/fenics/dolfinx/dolfinx:nightly"
21
- ]
22
+ # "ghcr.io/fenics/dolfinx/dolfinx:stable",
+ "ghcr.io/fenics/dolfinx/dolfinx:nightly",
+ ]
23
24
steps:
25
- uses: actions/checkout@v5
0 commit comments