Skip to content

Commit

Permalink
chore(dependencies): Separate SDK Dependencies
Browse files Browse the repository at this point in the history
Separate SDK dependencies to allow dependabot updates
  • Loading branch information
osama-salman99 committed Sep 26, 2023
1 parent ac424c3 commit 8e34ff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate-and-test-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
name: core
path: core
- uses: actions/upload-artifact@v3
with:
name: dependencies
path: generator/src/main/resources/dependencies/package.json
- uses: actions/upload-artifact@v3
with:
name: sdk
Expand All @@ -41,6 +45,10 @@ jobs:
with:
name: sdk
path: generator/target/sdk
- uses: actions/download-artifact@v3
with:
name: dependencies
path: generator/src/main/resources/dependencies/package.json
- uses: actions/download-artifact@v3
with:
name: core
Expand Down

0 comments on commit 8e34ff0

Please sign in to comment.