Skip to content

Commit

Permalink
fix(gh-actions): remove tests on pipeline ci
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Oct 30, 2024
1 parent 237d5ab commit f48251f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
- '*'

jobs:
tests:
name: Tests for all clients and libs
uses: ./.github/workflows/tests.yml
# tests:
# name: Tests for all clients and libs
# uses: ./.github/workflows/tests.yml

build:
name: Build clients app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/staging-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "hotfix/*"

jobs:
tests:
name: Tests for all clients and libs
uses: ./.github/workflows/tests.yml
# tests:
# name: Tests for all clients and libs
# uses: ./.github/workflows/tests.yml

build:
name: Build clients app to staging.bonde.org
Expand Down

0 comments on commit f48251f

Please sign in to comment.