Skip to content

Commit

Permalink
Merge pull request #15 from simatic-ax/ci_ready
Browse files Browse the repository at this point in the history
ci: distribute workflows for libraries
  • Loading branch information
simatic-ax-bot authored Oct 25, 2023
2 parents 46b146d + b276f1e commit 95ae042
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
on: push

jobs:
build-apax-lib:
uses: simatic-ax/actions/.github/workflows/apax-build.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
with:
ACTIONS_REF: stable
LOGIN_SIMATIC_AX: true

test-apax-lib:
needs: build-apax-lib
uses: simatic-ax/actions/.github/workflows/apax-build-test.yml@stable
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
SIMATIC_AX_TOKEN: ${{ secrets.DEPLOY_KEY }}
with:
LOGIN_SIMATIC_AX: true
1 change: 1 addition & 0 deletions .github/workflows/release-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
secrets:
APAX_TOKEN: ${{ secrets.APAX_TOKEN }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
APAX_SIGNKEY: ${{ secrets.APAX_SIGNKEY }}

with:
VERSION: ${{ github.ref_name }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ obj
TestResult
*.tgz
assets
apax-lock.json
Loading

0 comments on commit 95ae042

Please sign in to comment.