Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zepeng811 authored Dec 6, 2024
1 parent baf5122 commit ada0c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
branches: [master]
jobs:
run-message-transmitter-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
make verify-message-transmitter-coverage
run-token-messenger-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -60,7 +60,7 @@ jobs:
make verify-token-messenger-minter-coverage
run-e2e-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -80,7 +80,7 @@ jobs:
yarn test:e2e
spell-checker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit ada0c3e

Please sign in to comment.