Skip to content

Commit

Permalink
Update action branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Feb 5, 2024
1 parent 38b6659 commit fedb9d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run_e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
repository: ${{inputs.SHOPWARE_TEST_REPO}}
path: tests
token: ${{ inputs.GH_PAT }}
ref: master
ref: main

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -114,7 +114,7 @@ runs:

- name: Install common
shell: bash
run: npm install https://${{inputs.GH_PAT}}@github.com/${{inputs.COMMON_TEST_REPO}}#master
run: npm install https://${{inputs.GH_PAT}}@github.com/${{inputs.COMMON_TEST_REPO}}#main

- name: Install Playwright Browsers
working-directory: ./tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
on:
push:
branches:
- feature/new_e2e_tests
- develop
jobs:
build:
permissions:
Expand Down

0 comments on commit fedb9d7

Please sign in to comment.