Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nector into feature/MARP-747-ChatGPT-assistant-Not-possible-to-mark-only-one-word-in-xhtlm-code
  • Loading branch information
linhpd-axonivy committed Aug 23, 2024
2 parents d80f12c + eaabaec commit efcf452
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Release Drafter
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
version:
description: 'Release version'
required: true
prerelease:
description: 'Is this a prerelease?'
required: false
default: false
type: boolean
permissions:
contents: write
pull-requests: write
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v4
with:
version: ${{ github.event.inputs.version }}
prerelease: ${{ github.event.inputs.prerelease }}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import ch.ivyteam.ivy.rest.client.RestClients;
import ch.ivyteam.ivy.rest.client.security.CsrfHeaderFeature;

@IvyTest
@IvyTest(enableWebServer = true)
public class AiAssistanceTest {

private static final UUID OPEN_AI = UUID.fromString("6840e778-eb27-42a0-afdc-87588ffae871");
Expand Down

0 comments on commit efcf452

Please sign in to comment.