Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
ci: support follow service test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozline committed Aug 25, 2023
1 parent 87f4946 commit ac4e6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
service: [user, video, chat, interaction]
service: [user, video, chat, interaction, follow]
steps:

- name: Checkout code
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
service: [user, video, chat, interaction]
service: [user, video, chat, interaction, follow]
steps:

- name: Checkout code
Expand Down

0 comments on commit ac4e6b8

Please sign in to comment.