Skip to content

Commit

Permalink
Merge pull request #593 from cybozu-go/larger-runner
Browse files Browse the repository at this point in the history
Run e2e tests on larger runners
  • Loading branch information
ymmt2005 authored Oct 25, 2023
2 parents 54db676 + 2ecc70d commit 69d0c55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:

upgrade:
name: Upgrade Test
runs-on: ubuntu-20.04
runs-on:
group: moco
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
e2e:
runs-on: ubuntu-20.04
runs-on:
group: moco
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 69d0c55

Please sign in to comment.