Skip to content

Commit

Permalink
Merge pull request #23 from axonivy-market/raise-to-10.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Introduce dev-build; checking latest engine compatibility
  • Loading branch information
ivy-rew committed May 1, 2023
2 parents c78aac6 + 20c655d commit 3b59026
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dev.yml
@@ -0,0 +1,13 @@
name: Dev-Build

on:
push:
schedule:
- cron: '21 21 * * *'
workflow_dispatch:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2
secrets:
mvnArgs: -Daws.access.key=${{ secrets.AWS_ACCESS_KEY }} -Daws.secret.key=${{ secrets.AWS_SECRET_KEY }}
17 changes: 17 additions & 0 deletions .project
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>amazon-comprehend-connector-modules</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
4 changes: 4 additions & 0 deletions .settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1

0 comments on commit 3b59026

Please sign in to comment.