Skip to content

Commit

Permalink
test(dep): update ubuntu os versions (#69)
Browse files Browse the repository at this point in the history
update ubuntu test to use Ubuntu 20.04 and 22.04
  • Loading branch information
MikeMcC399 authored Jan 5, 2023
1 parent 9b9ae90 commit 52f5b39
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: Ubuntu
on: [push]
jobs:
ubuntu-16:
runs-on: ubuntu-16.04
ubuntu-20:
runs-on: ubuntu-20.04
steps:
# print Ubuntu version
- run: cat /etc/lsb-release
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cypress run
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v5
with:
env: lastName=Smith
env:
CYPRESS_firstName: Joe

ubuntu-18:
runs-on: ubuntu-18.04
ubuntu-22:
runs-on: ubuntu-22.04
steps:
# print Ubuntu version
- run: cat /etc/lsb-release
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cypress run
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v5
with:
env: lastName=Smith
env:
Expand Down

0 comments on commit 52f5b39

Please sign in to comment.