Skip to content

Commit

Permalink
update validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Dec 11, 2024
1 parent 9cfb972 commit 5864f5f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/validate-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- run: npm ci
- run: mise run lint

jest:
name: Jest
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: jdx/mise-action@v2
- run: npm ci
- run: mise run test -- --coverage
- name: Upload coverage
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
# jest:
# name: Jest
# runs-on: ubuntu-latest
# steps:
# - uses: actions/[email protected]
# - uses: jdx/mise-action@v2
# - run: npm ci
# - run: mise run test -- --coverage
# - name: Upload coverage
# uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4

data:
name: Data
Expand Down

0 comments on commit 5864f5f

Please sign in to comment.