Skip to content

Commit

Permalink
Update the docker container used for tests to the latest version (#1413)
Browse files Browse the repository at this point in the history
* Update the docker container to the latest

* Minor change to force tests to try and execute

* Add env variable to disable HTTPS certificate checks

* Revert "Add env variable to disable HTTPS certificate checks"

This reverts commit 3a67634.
  • Loading branch information
asnaith authored Aug 5, 2021
1 parent 37fb671 commit 776111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node14.16.0-chrome90-ff88
container: cypress/browsers:node14.17.0-chrome91-ff89
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion packages/files-ui/cypress/tests/file-management-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ describe("File management", () => {
homePage.fileItemName().should("have.text", folderName)
})
})
})
})

0 comments on commit 776111c

Please sign in to comment.