Skip to content

Commit

Permalink
Update develop.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 196e451 commit d2910b3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,25 @@ jobs:
build:

runs-on: ubuntu-latest
container: slacgismo/gridlabd:develop
container: lfenergy/arras:develop

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

- name: Get test files
run: |
git submodule sync
git submodule update --init --recursive
- name: Validation
run: |
make validate VERBOSE=yes DEBUG=yes
- name: Save results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: validate-result
path: |
validate.txt
validate.tar.gz
validate.tar.gz

0 comments on commit d2910b3

Please sign in to comment.