Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove front end workflow and code #1362

Merged
merged 4 commits into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
# Temporarily only do this for linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
cd opensearch-observability
echo "Running backwards compatibility tests ..."
./gradlew bwcTestSuite -Dtests.security.manager=false

- name: Build with Gradle
run: |
cd opensearch-observability
./gradlew build ${{ env.BUILD_ARGS }}

- name: Upload coverage
Expand All @@ -49,7 +47,7 @@ jobs:
- name: Create Artifact Path
run: |
mkdir -p opensearch-observability-builds
cp -r ./opensearch-observability/build/distributions/*.zip opensearch-observability-builds/
cp -r ./build/distributions/*.zip opensearch-observability-builds/

- name: Upload Artifacts
uses: actions/upload-artifact@v1
Expand Down
File renamed without changes.
File renamed without changes.
18 changes: 0 additions & 18 deletions dashboards-observability/.babelrc

This file was deleted.

146 changes: 0 additions & 146 deletions dashboards-observability/.cypress/CYPRESS_TESTS.md

This file was deleted.

Loading