Skip to content

Commit

Permalink
Enable unit tests in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Nov 18, 2020
1 parent cfbff16 commit 744c409
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: ./.github/actions/tests-module-aerodyn
- name: 'Run BeamDyn tests'
uses: ./.github/actions/tests-module-beamdyn
- name: 'Run InflowWind tests'
uses: ./.github/actions/tests-module-inflowwind
- name: 'Run OpenFAST tests'
# if: contains(github.event.head_commit.message, 'Action - Test All') || contains(github.event.pull_request.labels.*.name, 'Action - Test All')
uses: ./.github/actions/tests-gluecode-openfast
Expand Down

0 comments on commit 744c409

Please sign in to comment.