Skip to content

Commit

Permalink
deleting unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Oct 28, 2024
1 parent 08685bc commit 497e73f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 111 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,42 +1439,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

unit-test-frontend:
needs: changes
if: ${{ needs.changes.outputs.static-webserver == 'true' || github.event_name == 'push' }}
timeout-minutes: 18 # if this timeout gets too small, then split the tests
name: "[unit] frontend"
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [14]
os: [ubuntu-22.04]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: setup docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: "npm"
- name: install uv
uses: yezz123/setup-uv@v4
- uses: actions/cache@v4
id: cache-uv
with:
path: ~/.cache/uv
key: ${{ runner.os }}-${{ github.job }}-python-${{ matrix.python }}-uv
- name: show system version
run: ./ci/helpers/show_system_versions.bash
- name: install
run: ./ci/github/unit-testing/frontend.bash install
- name: test
run: ./ci/github/unit-testing/frontend.bash test

unit-test-python-linting:
needs: changes
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
Expand Down Expand Up @@ -1927,7 +1891,6 @@ jobs:
unit-test-director,
unit-test-dynamic-sidecar,
unit-test-efs-guardian,
unit-test-frontend,
unit-test-models-library,
unit-test-notifications-library,
unit-test-osparc-gateway-server,
Expand Down
74 changes: 0 additions & 74 deletions ci/github/unit-testing/frontend.bash

This file was deleted.

0 comments on commit 497e73f

Please sign in to comment.