Skip to content

Commit

Permalink
Use [email protected], run all tests (#2000)
Browse files Browse the repository at this point in the history
## What's Changed
* Add missing check-config.json files by @flomnes in
AntaresSimulatorTeam/Antares_Simulator_Tests_NR#17
* Add E2E test on max hydro generation/pumping by @flomnes in
AntaresSimulatorTeam/Antares_Simulator_Tests_NR#16
* Time series generator by @payetvin in
AntaresSimulatorTeam/Antares_Simulator_Tests_NR#14


**Full Changelog**:
AntaresSimulatorTeam/Antares_Simulator_Tests_NR@v9.1.0a...v9.1.0b
  • Loading branch information
flomnes authored Mar 20, 2024
1 parent 188d2ee commit a70badc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ jobs:
batch-name: valid-v870
os: ${{ env.os }}

- name: Run tests introduced in v910
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: valid-v910
os: ${{ env.os }}

- name: Run short-tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ jobs:
batch-name: valid-v870
os: ${{ env.test-platform }}

- name: Run tests introduced in v910
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: valid-v910
os: ${{ env.test-platform }}

- name: Run short-tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
Expand Down
2 changes: 1 addition & 1 deletion simtest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v9.1.0a"
"version": "v9.1.0b"
}

0 comments on commit a70badc

Please sign in to comment.