Skip to content

Commit

Permalink
Fixed wrong step :)
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Nov 28, 2023
1 parent 2e747dc commit afe4259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hrm-qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
run: git clone https://github.com/techmatters/flex-plugins --branch ${{ inputs.flex-branch }} --single-branch
shell: bash

# Checkout repo to given branch (defaults to master)
- name: Checkout e2e-tests to a different branch
run: git checkout ${{ inputs.flex-branch }}
working-directory: ./flex-plugins/e2e-tests
- name: Install Flex Plugin
uses: ./flex-plugins/.github/actions/install-flex-plugin
with:
path: ./flex-plugins

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

0 comments on commit afe4259

Please sign in to comment.