-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to 1.36.2 * update checkout action to v4 * update formik * bump csv-parse * generate win32 images * generate linux images * bump load testing gha
- Loading branch information
1 parent
7e1a910
commit d2fd496
Showing
10 changed files
with
85 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
run: sleep 30s | ||
shell: bash | ||
- name: load test (products API) | ||
uses: Azure/[email protected].18 | ||
uses: Azure/[email protected].19 | ||
with: | ||
# Path of the YAML file. Should be fully qualified path or relative to the default working directory | ||
loadtestConfigFile: ./loadtests/contoso-traders-products.yaml | ||
|
@@ -117,7 +117,7 @@ jobs: | |
if: always() | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
cancel-in-progress: true | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
|
@@ -453,7 +453,7 @@ jobs: | |
cancel-in-progress: true | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
|
@@ -471,7 +471,7 @@ jobs: | |
run: sleep 30s | ||
shell: bash | ||
- name: load test (products API) | ||
uses: Azure/[email protected].18 | ||
uses: Azure/[email protected].19 | ||
with: | ||
# Path of the YAML file. Should be fully qualified path or relative to the default working directory | ||
loadtestConfigFile: ./loadtests/contoso-traders-products.yaml | ||
|
@@ -513,7 +513,7 @@ jobs: | |
cancel-in-progress: true | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
|
@@ -537,7 +537,7 @@ jobs: | |
env: | ||
LOAD_TEST_SUBNET_ID: ${{ steps.get-vnetAcaSubnetId.outputs.vnetAcaSubnetId }} | ||
- name: load test (carts internal API) | ||
uses: Azure/[email protected].18 | ||
uses: Azure/[email protected].19 | ||
with: | ||
# Path of the YAML file. Should be fully qualified path or relative to the default working directory | ||
loadtestConfigFile: ./loadtests/contoso-traders-carts-internal.yaml | ||
|
@@ -579,13 +579,13 @@ jobs: | |
cancel-in-progress: true | ||
steps: | ||
- name: checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: azure login | ||
uses: azure/login@v1 | ||
with: | ||
creds: ${{ secrets.SERVICEPRINCIPAL }} | ||
- name: load test (carts API) | ||
uses: Azure/[email protected].18 | ||
uses: Azure/[email protected].19 | ||
with: | ||
# Path of the YAML file. Should be fully qualified path or relative to the default working directory | ||
loadtestConfigFile: ./loadtests/contoso-traders-carts.yaml | ||
|
@@ -624,15 +624,15 @@ jobs: | |
timeout-minutes: 20 | ||
runs-on: ubuntu-22.04 | ||
container: | ||
image: mcr.microsoft.com/playwright:v1.36.0-jammy | ||
image: mcr.microsoft.com/playwright:v1.36.2-jammy | ||
defaults: | ||
run: | ||
working-directory: src/ContosoTraders.Ui.Website | ||
env: | ||
AADUSERNAME: ${{ secrets.AADUSERNAME }} | ||
AADPASSWORD: ${{ secrets.AADPASSWORD }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
|
Oops, something went wrong.