Skip to content

Commit

Permalink
feat: test ci flow
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 9, 2023
1 parent cfc3e4d commit d7127e9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 98 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/backport.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/changelog_verifier.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/links_checker.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/unit_test_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: unit test

name: Build and test

# trigger on every commit push and PR for all branches except pushes for backport branches
on:
pull_request:
branches:
- "*"
push:
branches:
- "*"

env:
OPENSEARCH_DASHBOARDS_VERSION: '2.x'
NODE_OPTIONS: "--max-old-space-size=6144 --dns-result-order=ipv4first"
Expand Down

0 comments on commit d7127e9

Please sign in to comment.