Skip to content

Commit

Permalink
Added option to use branches different than master on e2e tests befor…
Browse files Browse the repository at this point in the history
…e QA tag
  • Loading branch information
GPaoloni committed Nov 28, 2023
1 parent 864b920 commit f7d990b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hrm-qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ on:
title:
description: Release title - The title that will be given to this pre-release.
required: true
flex-branch:
description: The branch name or tag to run flex-plugins/e2e-tests - Defaults to master.
required: false
default: master

jobs:
build-and-deploy-service:
Expand Down Expand Up @@ -88,6 +92,11 @@ jobs:
with:
path: ./flex-plugins

# Checkout repo to given branch (defaults to master)
- uses: actions/upload-artifact@v2
run: git checkout ${{ inputs.flex-branch }}
working-directory: ./flex-plugins/e2e-tests

# Build Playwright
- name: Install e2e-tests dependencies
run: npm ci
Expand Down

0 comments on commit f7d990b

Please sign in to comment.