Skip to content

Commit

Permalink
ops: run frontend CI action across all frontends at once, save on CI
Browse files Browse the repository at this point in the history
time
  • Loading branch information
cdxker committed Aug 22, 2024
1 parent d418919 commit d1d6710
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 117 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/analytics-tests.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/chat-tests.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/dashboard-tests.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: search test suite
name: Frontends test suite

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand All @@ -7,9 +7,7 @@ concurrency:
on:
pull_request:
paths:
- "frontends/search/**"
- "frontends/shared/**"
- "frontends/config/**"
- "frontends/**"
- "clients/ts-sdk/**"

jobs:
Expand All @@ -19,16 +17,16 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Running lint
run: yarn build --filter search
- name: Running Build
run: yarn build
eslint:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Running lint
run: yarn lint:CI --filter search
run: yarn lint:CI
- name: Annotate Code Linting Results
uses: ataylorme/[email protected]
if: always()
Expand Down

0 comments on commit d1d6710

Please sign in to comment.