Skip to content

Commit

Permalink
One day I'll get CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 6, 2024
1 parent d779a27 commit e762b59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
cache: "npm"
cache-dependency-path: "package-lock.json"
- run: npm ci
working-directory: client
- run: npm run lint:eslint
working-directory: client
- run: npm run lint:prettier
working-directory: client
- run: npm run lint:types
working-directory: client
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -34,8 +30,5 @@ jobs:
cache: "npm"
cache-dependency-path: "package-lock.json"
- run: npm ci
working-directory: client
- run: npm run build
working-directory: client
- run: npm run build:no-check
- run: npm run test
working-directory: client

0 comments on commit e762b59

Please sign in to comment.