We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8242dea commit 196e451Copy full SHA for 196e451
.github/workflows/master.yml
@@ -10,22 +10,25 @@ jobs:
10
build:
11
12
runs-on: ubuntu-latest
13
- container: slacgismo/gridlabd:latest
+ container: lfenergy/arras:latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
+
18
- name: Get test files
19
run: |
20
git submodule sync
21
git submodule update --init --recursive
22
23
- name: Validation
24
25
make validate
26
27
- name: Save results
- uses: actions/upload-artifact@v2
28
+ uses: actions/upload-artifact@v3
29
if: failure()
30
with:
31
name: validate-result
32
path: |
33
validate.txt
- validate.tar.gz
34
+ validate.tar.gz
0 commit comments