Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into f/ifw_driver_XYslice
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed May 11, 2024
2 parents 88bf427 + a98f8bc commit 9b4a7fa
Show file tree
Hide file tree
Showing 388 changed files with 86,773 additions and 94,824 deletions.
26 changes: 26 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# System, cache and editor files
**/__pycache__
**/.DS_Store

.editorconfig
.idea
.git
.github
.gitignore
.pytest_cache
.pre-commit-config.yaml
.readthedocs.yml
.coverage
Procfile
README.md

# Never bake in environment variables
.env
.env*
google_credentials.json
# See: https://github.com/google-github-actions/auth/issues/123
gha-creds-*.json
gcp-creds-*.json

.devcontainer/.zsh_history
share/docker
2 changes: 1 addition & 1 deletion .github/actions/tests-module-seastate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author: 'Rafael Mudafort https://github.com/rafmudaf'
runs:
using: "composite"
steps:
- run: ctest -VV -j7 -R seastate_ -LE python
- run: ctest -VV -j4 -R seastate_ -LE python
working-directory: ${{runner.workspace}}/openfast/build
shell: bash
Loading

0 comments on commit 9b4a7fa

Please sign in to comment.