Skip to content

Commit

Permalink
ci(test): allow ECR_IMAGE_VERSION to be set on windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 18, 2024
1 parent f9b94ff commit 6ea0eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Windows tests

on:
workflow_dispatch:
inputs:
ECR_IMAGE_VERSION:
description: 'ECR image version'

jobs:
test:
Expand Down Expand Up @@ -39,6 +42,7 @@ jobs:
ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY_TEST }}
GITHUB_REPO: ${{ github.repository }}
GITHUB_ACTOR: ${{ github.actor }}
ECR_IMAGE_VERSION: ${{ inputs.ECR_IMAGE_VERSION || github.sha}}
- name: Notify about failures
if: failure() && github.ref == 'refs/heads/main'
uses: 8398a7/action-slack@v3.15.1
Expand Down

0 comments on commit 6ea0eac

Please sign in to comment.