Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
141 changes: 0 additions & 141 deletions .github/workflows/create-release.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/create-snapshot.yml

This file was deleted.

15 changes: 7 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'docs/**'
- 'doc/**'
- 'README.md'
- '.github/**'
- "docs/**"
- "doc/**"
- "README.md"
- ".github/**"

jobs:

test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
Expand All @@ -19,9 +18,9 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
distribution: "temurin"
java-version: "17"
- name: Build Eno with Maven
run: mvn clean process-classes package install --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -Djar.finalName="eno-core" -B -V --file pom.xml
run: mvn clean process-classes package install --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true
- name: Run test with Maven
run: mvn test --no-transfer-progress
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<ENOParameters>
<Parameters>
<Context>business</Context>
<Campagne>eacei-2023-x00</Campagne>
<Languages>
<Language>fr</Language>
</Languages>
<BeginQuestion>
<Identification>true</Identification>
</BeginQuestion>
<EndQuestion>
<ResponseTimeQuestion>true</ResponseTimeQuestion>
<CommentQuestion>true</CommentQuestion>
</EndQuestion>
<lunatic-xml-parameters>
<Control>true</Control>
<Tooltip>true</Tooltip>
<FilterDescription>false</FilterDescription>
<AddFilterResult>false</AddFilterResult>
<MissingVar>false</MissingVar>
<Pagination>sequence</Pagination>
<UnusedVars>false</UnusedVars>
</lunatic-xml-parameters>
<Numerotation>
<QuestNum>module</QuestNum>
<SeqNum>true</SeqNum>
<PreQuestSymbol>true</PreQuestSymbol>
</Numerotation>
</Parameters>
<ENOParameters>
<Parameters>
<Context>business</Context>
<Campagne>eacei-2023-x00</Campagne>
<Languages>
<Language>fr</Language>
</Languages>
<BeginQuestion>
<Identification>true</Identification>
</BeginQuestion>
<EndQuestion>
<ResponseTimeQuestion>true</ResponseTimeQuestion>
<CommentQuestion>true</CommentQuestion>
</EndQuestion>
<lunatic-xml-parameters>
<Control>true</Control>
<Tooltip>true</Tooltip>
<FilterDescription>false</FilterDescription>
<AddFilterResult>false</AddFilterResult>
<MissingVar>false</MissingVar>
<Pagination>sequence</Pagination>
<UnusedVars>false</UnusedVars>
</lunatic-xml-parameters>
<Numerotation>
<QuestNum>module</QuestNum>
<SeqNum>true</SeqNum>
<PreQuestSymbol>true</PreQuestSymbol>
</Numerotation>
</Parameters>
</ENOParameters>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading