Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David P. Chassin <david.chassin@me.com>
  • Loading branch information
dchassin authored Dec 19, 2024
1 parent d0b465b commit e8d586a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "develop"
- "master"

pull_request:
branches:
- "develop"
Expand All @@ -16,11 +17,13 @@ jobs:
container: slacgismo/gridlabd:latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Validate data
run: utilities/autotest

- name: Save results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: autotest.err
Expand Down

0 comments on commit e8d586a

Please sign in to comment.