Skip to content

Commit

Permalink
Merge pull request #25 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 078a130 + 4f0b1af commit 58ef071
Showing 1 changed file with 13 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 }}

0 comments on commit 58ef071

Please sign in to comment.