Skip to content

Commit

Permalink
run test on ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed May 17, 2022
1 parent 0b1c4dc commit dce1064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2eTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on: [push, pull_request]
jobs:
e2e-test:
name: test
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: Run tests
id: testing
continue-on-error: true
Expand Down

0 comments on commit dce1064

Please sign in to comment.