Skip to content

Commit

Permalink
Merge pull request #77 from periodo/dependabot/npm_and_yarn/testcafe-…
Browse files Browse the repository at this point in the history
…3.7.1

Bump testcafe from 3.7.0 to 3.7.1
  • Loading branch information
rybesh authored Dec 18, 2024
2 parents 9edbd38 + dbb3895 commit 410b058
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: end-to-end tests on branch
on:
push:
workflow_dispatch:
inputs:
external_ref_id:
Expand All @@ -16,12 +17,12 @@ jobs:
run-tests:
runs-on: ubuntu-latest
env:
CLIENT_BRANCH: ${{ github.event.inputs.client_branch }}
CLIENT_BRANCH: ${{ github.event.inputs.client_branch || 'master' }}
HOST: http://127.0.0.1:5002
ORCID_PASSWORD: ${{ secrets.ORCID_PASSWORD }}
ORCID_USER: ${{ secrets.ORCID_USER }}
steps:
- name: ${{ github.event.inputs.external_ref_id }}
- name: ${{ github.event.inputs.external_ref_id || 'manual' }}
run: echo
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ui-level tests for periodo client",
"main": "run.js",
"dependencies": {
"testcafe": "^3.7.0",
"testcafe": "^3.7.1",
"testcafe-react-selectors": "^5.0.3"
},
"scripts": {
Expand Down

0 comments on commit 410b058

Please sign in to comment.