Skip to content

Commit

Permalink
Move workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNikita committed Nov 21, 2024
1 parent 4a9bf56 commit 24a9dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:

jobs:
web-deploy:
uses: ./.github/workflows/web/web-build.yaml
uses: ./.github/workflows/web-build.yaml
with:
environment: ${{ inputs.environment }}
secrets: inherit

web-tests:
needs: web-deploy
uses: ./.github/workflows/web/web-tests.yaml
uses: ./.github/workflows/web-tests.yaml
with:
base-url: ${{ needs.web-deploy.outputs.deployment-url }}
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
rm ${{ github.workspace }}/AuthKey.p8
web-build:
uses: ./.github/workflows/web/web-build.yaml
uses: ./.github/workflows/web-build.yaml
with:
environment: ${{ github.head_ref }}
secrets: inherit
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
web-tests:
needs: web-build
uses: ./.github/workflows/web/web-tests.yaml
uses: ./.github/workflows/web-tests.yaml
with:
base-url: ${{ needs.web-build.outputs.deployment-url }}
secrets: inherit
File renamed without changes.
File renamed without changes.

0 comments on commit 24a9dbc

Please sign in to comment.