Skip to content

Commit

Permalink
stop using obsolete action
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Jun 23, 2024
1 parent 2e0aba1 commit d4c3496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,5 @@ jobs:
with:
python-version: 3
- run: make start_client
- uses: DevExpress/testcafe-action@v0.0.6
with:
args: >-
firefox
*/index.js
--hostname localhost
--retry-test-pages
--skip-js-errors
--selector-timeout 60000
- run: npx testcafe firefox */index.js --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000
- run: make -C periodo-client stop
12 changes: 2 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: DevExpress/testcafe-action@v0.0.6
with:
args: >-
${{ matrix.browser }}
*/index.js
--hostname localhost
--retry-test-pages
--skip-js-errors
--selector-timeout 60000
node-version: 20
- run: npx testcafe ${{ matrix.browser }} */index.js --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000
env:
CI: true
HOST: https://client.staging.perio.do
Expand Down

0 comments on commit d4c3496

Please sign in to comment.