Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
NODE_ENV: production

- name: Cypress run
uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
env:
DB_PASSWORD:
DB_NAME: bm_e2e_tests
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
sleep 5 && mysql -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';" -u${{ env.DB_USER }} -p${{ env.DB_PASSWORD }}
mysql -e "SET GLOBAL sql_require_primary_key = ON;" -uroot
- name: Cypress run (setup wizard)
uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
env:
DB_HOST: 127.0.0.1
DB_PORT: 3306
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
exit 1

- name: Cypress (against dockerised webui)
uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
env:
PORT: 3000
CONTACT_EMAIL: admin@banmanagement.com
Expand Down
Loading