Skip to content

Commit

Permalink
[CI] running tests, ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-afeef-badri committed Jan 15, 2025
1 parent 9dbc60f commit 6fd7cb1
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 13 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/acoustics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/acoustics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/acoustics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/acoustics'
MODULE_DIR: 'acoustics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/aerodynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/aerodynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/aerodynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/aerodynamics'
MODULE_DIR: 'aerodynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/bilaplacian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/bilaplacian/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/bilaplacian/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/bilaplacian'
MODULE_DIR: 'bilaplacian'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/elasticity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/elasticity/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/elasticity/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/elasticity'
MODULE_DIR: 'elasticity'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/elastodynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/elastodynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/elastodynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/elastodynamics'
MODULE_DIR: 'elastodynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/electrostatics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/electrostatics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/electrostatics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/electrostatics'
MODULE_DIR: 'electrostatics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/fourier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/fourier/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/fourier/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/fourier'
MODULE_DIR: 'fourier'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/heat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/heat/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/heat/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/heat'
MODULE_DIR: 'heat'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/laplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/laplace/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/laplace/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/laplace'
MODULE_DIR: 'laplace'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/passmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/passmo/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/passmo/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/passmo'
MODULE_DIR: 'passmo'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/poisson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/poisson/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/poisson/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/poisson'
MODULE_DIR: 'poisson'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/soildynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/soildynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/soildynamics/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/soildynamics'
MODULE_DIR: 'soildynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/testlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ main ]
paths:
- modules/testlab/**
paths-ignore:
- '**.md'
- '**/.gitignore'
pull_request:
branches: [ main ]
paths:
- modules/testlab/**
paths-ignore:
- '**.md'
- '**/.gitignore'
workflow_dispatch:

env:
MODULE_DIR: 'modules/testlab'
MODULE_DIR: 'testlab'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down

0 comments on commit 6fd7cb1

Please sign in to comment.