Skip to content

Commit

Permalink
[C] Remove client-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Apr 10, 2024
1 parent bf0a50a commit 6c450da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ jobs:
working-directory: "./client"
run: yarn lint

client-tests:
if: github.event.pull_request.draft == false

runs-on: ubuntu-latest

steps:
- name: "Checkout code"
uses: actions/checkout@v3

- uses: ./.github/actions/setup-node

- name: "Run client tests"
working-directory: "./client"
run: yarn test-ci

api-lint:
if: github.event.pull_request.draft == false

Expand Down
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"start-docker": "npm-run-all _build:browser-config _serve:ssr",
"watch": "BUILD_IN=tmp/client/ npm-run-all _watch:banner --parallel _watch:ssr _watch:browser _build:ssr:rescue _serve:ssr:rescue",
"test": "TZ=America/Los_Angeles jest --verbose",
"test-ci": "TZ=America/Los_Angeles jest --maxWorkers=2 --logHeapUsage",
"fix": "npm-run-all \"fix:js {*}\" --",
"lint": "npm-run-all \"lint:js {*}\" --",
"fix:js": "./script/lint-javascript --fix",
Expand Down

0 comments on commit 6c450da

Please sign in to comment.