Skip to content

Update P, In, Out, etc. annotations to have default weight value. #85

Update P, In, Out, etc. annotations to have default weight value.

Update P, In, Out, etc. annotations to have default weight value. #85

Workflow file for this run

name: Test Suite
on:
[push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots install
- name: Assemble PraxisCORE
run: |
./mvnw --batch-mode -f ./praxiscore-bin package appassembler:assemble
mv ./praxiscore-bin/target/appassembler ./CORE
./CORE/bin/praxis --show-environment
- name: Run Test Suite
run: ./CORE/bin/praxis -f ./testsuite/