Skip to content

Commit

Permalink
enabled test case; removed test artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
PioBeat committed May 28, 2024
1 parent 25ec758 commit 99fb407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,3 @@ jobs:

- name: Run tests
run: mvn test

- name: Zip test results
run: |
mkdir -p artifacts
pwd
tree src
ls src
zip -r artifacts/test-results.zip ./src/test/resources/dump
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test-results
path: artifacts/test-results.zip
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static void setUp() throws IOException {
// because of the canonical encoding of bigraphs and without sorts, the transition graph has length 2 instead of three.
// (or introduce a pre-place and post-place, or set allowReducibleClasses = false)
@Test
@Disabled
// @Disabled
public void testSimulatePetriNet() throws InvalidConnectionException, TypeNotExistsException, IOException, InvalidReactionRuleException, ReactiveSystemException, BigraphSimulationException {
DemoSignatureProvider signatureProvider = DemoSignatureProvider.getInstance();
DefaultDynamicSignature sig = signatureProvider.petriNet();
Expand Down Expand Up @@ -99,7 +99,7 @@ public void testSimulatePetriNet() throws InvalidConnectionException, TypeNotExi
}

@Test
@Disabled
// @Disabled
public void testSimulateSmartHome() throws Exception {
DemoSignatureProvider signatureProvider = DemoSignatureProvider.getInstance();
DefaultDynamicSignature sig = signatureProvider.smartHome();
Expand Down

0 comments on commit 99fb407

Please sign in to comment.