update docker image for firefox

This commit is contained in:
Felipe Knorr Kuhn
2021-07-16 18:50:51 -07:00
parent 695f54c93e
commit ab748be84a

View File

@@ -3,7 +3,7 @@ name: Cypress Tests
on: [push]
jobs:
cypress-chrome:
cypress-firefox:
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
cypress-firefox:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node12.16.1-chrome80-ff73
image: cypress/browsers:node14.17.0-chrome88-ff89
options: --user 1001
steps:
- name: Checkout