Skip to content

Commit

Permalink
Merge pull request #3 from OpenFAST/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
getChaos22 authored Jul 25, 2024
2 parents 44cd3f6 + 4b8eba6 commit b021ace
Show file tree
Hide file tree
Showing 458 changed files with 176,137 additions and 427,957 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-aerodyn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- run: |
if [[ ${{ inputs.test-target }} == "unit" ]] || [[ ${{ inputs.test-target }} == "all" ]]; then
ctest -VV -R fvw_utest
ctest -VV -R aerodyn_utest
fi
if [[ ${{ inputs.test-target }} == "regression" ]] || [[ ${{ inputs.test-target }} == "all" ]]; then
Expand Down
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 b021ace

Please sign in to comment.