Skip to content

Commit

Permalink
chore: test metrics collect
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Aug 20, 2024
1 parent dd9bfdb commit eef5515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- develop
- chore/adapt-for-2024-1

pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -18,23 +17,9 @@ jobs:
with:
fetch-depth: 0

# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '18'

# - name: Install dependencies
# run: npm install --legacy-peer-deps

- name: Install dependencies
run: yarn

# - name: Linter
# run: npm run lint:report

# - name: Tests & Coverage
# run: npm run test:cov

- name: Linter
run: yarn eslint . --format json --output-file reports/eslint-report.json

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- chore/adapt-for-2024-1
types: [closed]

jobs:
Expand Down

0 comments on commit eef5515

Please sign in to comment.