Skip to content

Commit

Permalink
Add first test package
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 15, 2023
1 parent 6b2c6ad commit ef03050
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/unit-tests-gs64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'GS64 Unit Tests'
on:
- push
- pull_request
- workflow_dispatch
jobs:
unit-tests:
runs-on: ubuntu-latest
name: GS64 Unit Tests
steps:
- uses: actions/checkout@v3
- name: Load Image and Run Tests
uses: ba-st-actions/gs64-ci@v2
with:
project_name: 'Stargate'
run_tests: 'true'
21 changes: 21 additions & 0 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Tests',
#condition : 'tests',
#projectNames : [ ],
#componentNames : [
'Deployment',
'Dependent-SUnit-Extensions'
],
#packageNames : [
'Stargate-JSON-RPC-Tests'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' }
}
}
}
}
}
14 changes: 14 additions & 0 deletions rowan/specs/Stargate-CI.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
RwLoadSpecificationV2 {
#specName: 'Stargate-CI',
#projectName : 'Stargate',
#diskUrl : 'Stargate',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Tests'
],
#customConditionalAttributes : [
'tests',
'sunit'
],
#comment : 'Loading spec for the continuous integration setup'
}

0 comments on commit ef03050

Please sign in to comment.