Skip to content

Commit

Permalink
Add Chrome version to smoke tests workflow - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 20, 2023
1 parent 4cd3f3c commit afe1032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
e2e:
runs-on: ubuntu-20.04
name: Cypress Smoke tests
container:
image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1

strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5]

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit afe1032

Please sign in to comment.