Skip to content

Commit d526a2a

Browse files
rzuckermactions-user
authored andcommitted
Add Gravity Tests (#3171)
1 parent 30b3afa commit d526a2a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

archive/g/gravity/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,10 @@ The following list contains all of the approved programs that are not currently
5555

5656
## Testing
5757

58-
This language currently does not feature testing. If you'd like to help in the efforts to test all of the code in this repo, consider creating a testinfo.yml file with the following information:
58+
The following list shares details about what we're using to test all Sample Programs in Gravity.
5959

60-
```yml
61-
folder:
62-
extension:
63-
naming:
64-
65-
container:
66-
image:
67-
tag:
68-
cmd:
69-
```
60+
- Docker Image: rzuckerm/gravity
61+
- Docker Tag: 0.8.5-1
7062

7163
See the [Glotter2 project](https://github.com/rzuckerm/glotter2) for more information on how to create a testinfo file.
7264

archive/g/gravity/testinfo.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
folder:
2+
extension: ".gravity"
3+
naming: "hyphen"
4+
5+
container:
6+
image: "rzuckerm/gravity"
7+
tag: "0.8.5-1"
8+
cmd: "gravity -q {{ source.name }}{{ source.extension }}"

0 commit comments

Comments
 (0)