Skip to content

Commit

Permalink
Merge pull request #233 from joshua-cogliati-inl/workflow_testing
Browse files Browse the repository at this point in the history
Add running github actions on pull requests
  • Loading branch information
dylanjm authored Nov 29, 2022
2 parents f19fe5d + beaca86 commit 37b56d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: GitHub Action HERON test
name: GitHub HERON test
run-name: ${{ github.actor }} is testing out HERON
on: [push]
on: [push, pull_request]
jobs:
Test-HERON-Action-Linux:
Test-HERON-Linux:
runs-on: [self-hosted, linux]
steps:
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
Expand All @@ -18,7 +18,7 @@ jobs:
- run: cd ../raven && ./build_raven
- run: ../raven/run_tests --library-report
- run: ../raven/run_tests -j4 --plugins --re=HERON
Test-HERON-Action-Windows:
Test-HERON-Windows:
runs-on: [self-hosted, windows]
steps:
- run: echo " The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ The following are a selection of technical reports, conference proceedings, and
### Technoeconomic Assessments
- [A Technical and Economic Assessment of LWR Flexible Operation for Generation and Demand Balancing to Optimize Plant Revenue](https://www.osti.gov/biblio/1844211-technical-economic-assessment-lwr-flexible-operation-generation-demand-balancing-optimize-plant-revenue)
- [Evaluation of Hybrid FPOG Applications in Regulated and Deregulated Markets Using HERON](https://www.osti.gov/biblio/1755894-evaluation-hybrid-fpog-applications-regulated-deregulated-markets-using-heron)
- [HERON as a Tool for LWR Market Interaction in a Deregulated Market](https://www.osti.gov/biblio/1581179-heron-tool-lwr-market-interaction-deregulated-market)
- [Evaluation of Hydrogen Production Feasibility for a Light Water Reactor in the Midwest](https://www.osti.gov/biblio/1569271-evaluation-hydrogen-production-feasibility-light-water-reactor-midwest)
- [Economic Assessment of Nuclear Hybrid Energy Systems: Nuclear-Renewable-Water Integration in Arizona](https://www.osti.gov/biblio/1634115-economic-assessment-nuclear-hybrid-energy-systems-nuclear-renewable-water-integration-arizona)
- [Economic analysis of a nuclear hybrid energy system in a stochastic environment including wind turbines in an electricity grid](https://www.osti.gov/biblio/1593858-economic-analysis-nuclear-hybrid-energy-system-stochastic-environment-including-wind-turbines-electricity-grid)
- [HERON as a Tool for LWR Market Interaction in a Deregulated Market](https://www.osti.gov/biblio/1581179-heron-tool-lwr-market-interaction-deregulated-market)
- [Evaluation of Hydrogen Production Feasibility for a Light Water Reactor in the Midwest](https://www.osti.gov/biblio/1569271-evaluation-hydrogen-production-feasibility-light-water-reactor-midwest)
- [Economic Assessment of Nuclear Hybrid Energy Systems: Nuclear-Renewable-Water Integration in Arizona](https://www.osti.gov/biblio/1634115-economic-assessment-nuclear-hybrid-energy-systems-nuclear-renewable-water-integration-arizona)
- [Economic analysis of a nuclear hybrid energy system in a stochastic environment including wind turbines in an electricity grid](https://www.osti.gov/biblio/1593858-economic-analysis-nuclear-hybrid-energy-system-stochastic-environment-including-wind-turbines-electricity-grid)

### Synthetic History Generation
- [Correlated synthetic time series generation for energy system simulations using Fourier and ARMA signal processing](https://www.osti.gov/biblio/1603186-correlated-synthetic-time-series-generation-energy-system-simulations-using-fourier-arma-signal-processing)
- [Synthetic wind speed scenarios generation for probabilistic analysis of hybrid energy systems](https://www.osti.gov/biblio/1361550-synthetic-wind-speed-scenarios-generation-probabilistic-analysis-hybrid-energy-systems)
- [Correlated synthetic time series generation for energy system simulations using Fourier and ARMA signal processing](https://www.osti.gov/biblio/1603186-correlated-synthetic-time-series-generation-energy-system-simulations-using-fourier-arma-signal-processing)
- [Synthetic wind speed scenarios generation for probabilistic analysis of hybrid energy systems](https://www.osti.gov/biblio/1361550-synthetic-wind-speed-scenarios-generation-probabilistic-analysis-hybrid-energy-systems)

### See More
- [Integrated Energy Systems](https://ies.inl.gov/SitePages/Home.aspx)

0 comments on commit 37b56d4

Please sign in to comment.