Skip to content

Commit 2aef939

Browse files
committed
Updated presentation a bit
1 parent 3dd3b46 commit 2aef939

File tree

4 files changed

+50
-98
lines changed

4 files changed

+50
-98
lines changed

.github/workflows/update-conf-2024-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
with:
6161
node-version: ${{ env.NODE_VERSION }}
6262

63+
- name: Install Pulumi
64+
uses: pulumi/setup-pulumi@v2
65+
66+
- name: Install Playwright Browsers - Chromium
67+
run: npx playwright install --with-deps chromium
68+
6369
- name: Download Artifact - Web Client
6470
uses: robinraju/[email protected]
6571
with:
@@ -78,11 +84,5 @@ jobs:
7884
out-file-path: ${{ env.ARTIFACT_DOWNLOAD_PATH }}
7985
token: ${{ secrets.GITHUB_TOKEN }}
8086

81-
- name: Install Pulumi
82-
uses: pulumi/setup-pulumi@v2
83-
84-
- name: Install Playwright Browsers - Chromium
85-
run: npx playwright install --with-deps chromium
86-
8787
- name: Cake Frosting - Deploy
8888
run: dotnet run --project ${{ env.ROOT_DIRECTORY_PATH }}/deploy/deploy/Deploy.csproj -- --configuration=${{ env.CONFIGURATION }} --PulumiStackName=${{ inputs.pulumi_stack_name }} --ReleaseVersion=${{ inputs.release_tag_id }} --WorkspacePath=${{ github.workspace }} --ReleaseArtifactsDownloadDir=${{ env.ARTIFACT_DOWNLOAD_PATH }} --PulumiPath=${{ env.PULUMI_PATH }} --PlaywrightTestsPath=${{ env.PLAYWRIGHT_TESTS_PATH }} --PlaywrightBrowser=chromium
89.1 KB
Loading

0 commit comments

Comments
 (0)