Skip to content

Commit

Permalink
Update cypress-tests.yml
Browse files Browse the repository at this point in the history
Make Cypress Tests GitHub Action work on dev branch instead of current branch
  • Loading branch information
verheyenkoen authored Oct 19, 2023
1 parent 5f3deda commit 1191adf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 18
- name: Checkout
uses: actions/checkout@v3
with:
ref: dev
- name: Uninstall node-sass
run: npm uninstall node-sass
- name: Install OS dependencies
Expand All @@ -35,4 +37,4 @@ jobs:
CYPRESS_RESEARCHER_USER_PASSWORD: ${{ secrets.CYPRESS_RESEARCHER_USER_PASSWORD }}
CYPRESS_LIBRARIAN_USER_NAME: ${{ secrets.CYPRESS_LIBRARIAN_USER_NAME }}
CYPRESS_LIBRARIAN_USER_PASSWORD: ${{ secrets.CYPRESS_LIBRARIAN_USER_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1191adf

Please sign in to comment.